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
You can use a measure similar to the below:
ConsecutiveWeekEndDate = FIRSTDATE(TOPN(1,SELECTCOLUMNS(FILTER(DIM_DATE,DIM_DATE[Week End Date]>=MAX(DIM_DATE[Week End Date])),"Next Week End Date",DIM_DATE[Week End Date]),[Week End Date],DESC))
The above measure needs some editing for table/column names as I don't have the model. If this doesn't work, you can share a pbix file with the model and sample data so we can further assist.
Anonymous
5 years agoNot applicable
It's not working. Like I am trying to find solution where it can show me only those months week end dates based on the selection of any dates/week end dates..
- Anonymous5 years agoNot applicable
I am using matrix visual and accordingly that visual should show those week end dates as well based on the selection of any dates/week end dates