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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi there,
I have a matrix table and I want to change the display format to fiscal. How can I do it?
Thanks,
This is how my Date Dimension table look like
Solved! Go to Solution.
Hi @Anonymous ,
Please use the following formula to create a Rank column, and then sort Month column by it:
Rank =
var _first= CALCULATE(MIN('Table'[Month No]),FILTER('Table',[Fiscal Quarter]="Q1"))
return IF([Month No]>=_first,[Month No],12+[Month No])
Output:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Please use the following formula to create a Rank column, and then sort Month column by it:
Rank =
var _first= CALCULATE(MIN('Table'[Month No]),FILTER('Table',[Fiscal Quarter]="Q1"))
return IF([Month No]>=_first,[Month No],12+[Month No])
Output:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please provide sanitized sample data that fully covers your issue. If you paste the data into a table in your post or use one of the file services it will be easier to work with. Please show the expected outcome.
This is all I have. The numbers are the total of some numbers.
All I want to do is to arrange the columns so it starts from June instead of January.
Please provide data in a usable format. We cannot work with screenshots.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 39 | |
| 37 | |
| 29 | |
| 24 |
| User | Count |
|---|---|
| 120 | |
| 95 | |
| 70 | |
| 69 | |
| 65 |