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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
needhelp89
Frequent Visitor

Custom Subtotal Issue

Hello,

I have am creating a custome subtotal and it is working correctly. However, the rows where I am not specifying a calculation, a total from not sure where is showing up and can't get rid of it. In the below, I do not want the $2,597.57 showing up anywhere, it should  be blank. 

needhelp89_0-1711728357419.png

This is the measure I'm using.

needhelp89_1-1711728468955.png

 

1 REPLY 1
Anonymous
Not applicable

Hi @needhelp89 ,

I get little information. The solution to the problem should be to control the output by checking the values of the fields on the current row, sort of like this:

 

measure = 
switch(
selectedvalue('table'[Level 2]),
"Maximum Gross Potential Rent",blank(),
...
...
...
[_Subtotals]
)

 

Matrix Visual In Power BI: Controling Totals & Subtotals

Best Regards,
Gao
Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly--How to provide sample data in the Power BI Forum--China Power BI User Group

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.