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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello All,
I have a matrix table where I have Year,Monthl in columns and Category in rows and showing the sales.
I am getting subtotals for monthly also, But I want show grand total for year only.
Please suggest how to do this
Solved! Go to Solution.
@viswaaa
That's ok it works in the same way
I attached an updated pbix
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @viswaaa
To control column subtotals you need to switch on subtotals per column level :
and then switch off unwanted level :
the pbix is attached +
take a look at the linked video :
https://www.youtube.com/watch?v=UyJieY69_sE
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @Ritaf1983 ,
Actually I have 3 dimenisons in my columns like month,year and quarter.
In my case how can ignore sub totals for month and quarter
@viswaaa
That's ok it works in the same way
I attached an updated pbix
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly