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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
siva3012
Helper II
Helper II

Hide Columun Measure Total

Dear All,

I have a measure dividing two measure by each other -

Measure 2 = [Measure 5]/[Measure 6])

Is there a way to hide the total for this Measure 2 & Measure 3. The total is not correct.

I need to remove the circle ones.I need to remove the circle ones.

 

Thanks.

Regards

 

 

1 ACCEPTED SOLUTION
Grambi
Frequent Visitor

You are looking for the opposite of this question https://community.powerbi.com/t5/Desktop/Measure-does-not-show-total/td-p/514010

 

The same logic applies. A workaround would be to change the formula to include the level of detail you are displaying. So if you want to calculate the Measure for customers but not for the total, you could do something like this:

 

Measure = if(HASONEVALUE('Your table'[Your Customer Field]);[Measure 1]/[Measure 2];Blank())

Note the empty value in the Measure for the total row (Totaal).

 

Schermafbeelding 2019-10-07 om 13.17.21.png

The Customer Field would now have to be in the visual for the Measure to display a value. So if you want to perform the same calculation based on regio, you would have to add another measure.

 

 

 

View solution in original post

2 REPLIES 2
Grambi
Frequent Visitor

You are looking for the opposite of this question https://community.powerbi.com/t5/Desktop/Measure-does-not-show-total/td-p/514010

 

The same logic applies. A workaround would be to change the formula to include the level of detail you are displaying. So if you want to calculate the Measure for customers but not for the total, you could do something like this:

 

Measure = if(HASONEVALUE('Your table'[Your Customer Field]);[Measure 1]/[Measure 2];Blank())

Note the empty value in the Measure for the total row (Totaal).

 

Schermafbeelding 2019-10-07 om 13.17.21.png

The Customer Field would now have to be in the visual for the Measure to display a value. So if you want to perform the same calculation based on regio, you would have to add another measure.

 

 

 

Gordonlilj
Solution Sage
Solution Sage

Hi,

 

One thing you could try is to hide the total by changing the font colors to the same as the background for the measure. This can be done under field formatting and apply it just to total.

 

Capture.PNG

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.