Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
carinalou
Advocate I
Advocate I

In a matrix, is it possible to group hierarchy subtotals together?

I have the following matrix with fiscal quarter and month in the columns. (Just noticed months are out of order, but I'll fix that separately.) My client would like to see all 12 monthly totals next to each other, followed by the 4 quarter (FQ) totals, then the year (FY) total. Is it possible to group all the FQ totals together after the months?

 

Screenshot 2023-05-03 112200.png

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@carinalou , I doubt that.

For that we create a new table. where have month year, month, qtr and year , final name

 

This will have data for a month with the month as the final name

then you need to repeat the same data with Qtr as the final name

then you will append same data year as final name

 

Join this with your date table many to many join filter your date table

 

I have added a sample file after the signature. In case you year to separate out take a year on column too

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@carinalou , I doubt that.

For that we create a new table. where have month year, month, qtr and year , final name

 

This will have data for a month with the month as the final name

then you need to repeat the same data with Qtr as the final name

then you will append same data year as final name

 

Join this with your date table many to many join filter your date table

 

I have added a sample file after the signature. In case you year to separate out take a year on column too

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thanks so much for your help!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors