cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

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

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors