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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Samba777
Frequent Visitor

Need Help: Remove column subtotals from power bi matrix visual

Hi Folks,

 

Below is the matric visual, one column contanits Efforts  and other one is Avergae of sprint numbers.

when i added those two columns into Values section, I am getting below output as per below image.

 

But i dont want to add subtotals for averageof sprint link(X) one in below image. i need to display Totals only.

 

Any experts please help me here.

Thanks in advance !!

Samba777_0-1672315382310.png

 

 

 

1 ACCEPTED SOLUTION

It works Perfectly !! thanks

View solution in original post

2 REPLIES 2
Barthel
Solution Sage
Solution Sage

Hey @Samba777

So you only want to show the measure for the total, i.e. when the sprint is not in scope. You can use the ISINSCOPE function for this. Try someting like this:

Measure =
IF ( NOT ISINSCOPE ( 'Table'[Sprint] ), [AverageofLast5sprint] )

It works Perfectly !! thanks

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.