week end date calculation
1 TopicConsecutive Week End Dates
Hello Team, Trying to implement the solution for the Consecutive Week End date, Below is the detail description of the same, Let's say if i choose any date from my date slicer then it should consider the week end date for that date and then do the calculation for the next week end dates by excluding the week end date which it choosed earlier. For E.g. If i choose 3rd May 2021 then its week end date is 2nd May 2021, so it should display the week end date such as 9, 16, 23 & 30th May 2021, Similalry if i choose 9th May 2021 then it should include only 16, 23, and 30 th May 2021, Similary if i choose, 16 then it should include 23, 30th May 2021 like wise calcualtion should happen. Already calculated the Week end dates with the formula called if(WEEKDAY(DIM_DATE[DATE_DIMENSION_DATE])=1,0,1), so it will falg out all the week end dates with the flag 0 and rest with 1. Really need some hint/solution for it. Regards, Siddhesh1.9KViews0likes8Comments