Forum Discussion
Weekly data and slicer
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
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.
- BratKat3 years ago
Microsoft Employee
The MonthWeek item is a measure in my data so does not appear in looking at the data in Transform, tried you method but made it worse. Is there a way I can format the date to appear instead of for example. January Week 1 to appear as 1 Week January so I can sort numerically ? Thank you
- BratKat3 years ago
Microsoft Employee
Its possible may be creating the graph wrong. Am using my MonthWeek measure in the Slicer but using the Team Date in the X-Axis. Could that be an issue ? I did try using the Team Date in the Slicer however then I did not have the option of using "between" in the Slicer.