Forum Discussion
Anonymous
5 years agoNot applicable
Sort the Matrix Table Order in Power BI
I have the below matrix table visual. Rows comes from a Column1 in a Table1 Values comes from a Measure1 in Table1 Columns comes from a Date coulumn in a Calender Table Now I need...
- 5 years ago
Hi Anonymous ,
It is needed to sort by the order columns like so:
Then you can get this:
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
5 years agoSuper User
Anonymous , Make sure you have sort column for month year
Month Year = FORMAT([Date],"mmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
Mark month year sort as sort column for the month year
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
- Anonymous5 years agoNot applicable
amitchandak I have done that column sort too. Then also no changes.
- amitchandak5 years agoSuper User
Anonymous ,Can you share a sample pbix after removing sensitive data.
- Anonymous5 years agoNot applicable
amitchandak Please find the PBIX file in the below location.