Forum Discussion
Anonymous
5 years agoNot applicable
Consecutive 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 ...
Anonymous
5 years agoNot applicable
Anonymous you can add a [Week End Date] column to your DIM_DATE table. The [Week End Date] will contain the week end date corresponding to this particular date. This way, no matter what date is selected, you can always read the [Week End Date] of that date.
Anonymous
5 years agoNot applicable
Its already there but i need to find the next week end date based on the selection of any dates, lets say if select 18th May then its weekend date is 23, so basically the output should be 30th May 2021.. that is how it should work, if i choose 2nd May then it should show me the next week end dates such as 9th, 16th 23 and 30 May 2021. This is what i am trying to achive.