Forum Discussion
BratKat
Microsoft Employee
3 years agoWeekly data and slicer
Have a graph that uses a Slicer (using between) and a measure to get each week per a column of the dates we reference. MonthWeek = 'Work Items'[Team Date 01].[Month] & " Week " & WEEKNUM('Work Ite...
BratKat
Microsoft Employee
3 years agoTried the first method (Click the MonthWeek column, then select sort by [Team Date 01] column) and recieved this message
Yes I added the measure to the tooltip for the graph
- Anonymous3 years agoNot applicable
Hi BratKat
Can you show me some sample data of the [Team Date 01] column? Because the two ways can work on my pbix file.
Best Regards!
Yolo Zhu
- BratKat3 years ago
Microsoft Employee
Example of column
- Anonymous3 years agoNot applicable
Hi BratKat
Please try to keep the ascending ranking of the [Team Date 01], then create a calculated column
e.g
Index = COUNTROWS(FILTER('Table',[Team Date 01]<=EARLIER('Table'[Team Date 01])))Then modify the Tooltip measure.
Tooltips = SUM('Table'[Index])Then put the measure to the tooltip, then select sort by the measure.Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.