Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am Working on Matrix Visual where my measures are shown as Row Header and Column name is Month_Name which should be in Descending Order and total should come First. As shown in the image below.
The data source is an SSAS Tabular Cube. I have tried to change the sorting of Month_Name Column by Month_No and then sorting that column to descending. But in Power BI Month_Name is showing only in Ascending Order and Total Column of Matrix Visual is at last position, I want it at First Position.
Please help me to get the appropriate solution.
Solved! Go to Solution.
You may sort Month_Name by column below and vote this idea up.
Column =
- 'Model 1'[Month_No]
Thanks for the Solution. Can you help me to get Total Column in Matrix and Grid at first Location in Power BI.