Bottom Up Approach :
Step 1 : Form queries to extract individual Month Columns for a particular year
Step 2 : Apply Split_String SPLIT_TO_TABLE
logic to convert columns to rows. Refer this link
Step 3 : Apply case statement for each of these column to row tables to identify if it is a working day or a non-working day.
Step 4 : Union All
the result for every month.
Step 5 : Iterate this logic for all years.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…