We have continuous date series data and we have to visualize week start date and week end date wise on chart, how to implement it.
My table is
We have continuous date series data and we have to visualize week start date and week end date wise on chart, how to implement it.
My table is
We can able to calculate In the following ways
Syntax : WEEKDAY(DATE,WEEK_STARTDATE_OPTION)
Week start date = MedianScreenUsagePerDay[startDate] - WEEKDAY(MedianScreenUsagePerDay[startDate],1)
Week end date = MedianScreenUsagePerDay[startDate] - WEEKDAY(MedianScreenUsagePerDay[startDate],1) + 7
After created new Week ending Saturdays column
Week ending Saturdays, we are displaying through ribbon chart