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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Zander
Regular Visitor

Calculate percentage of grand total (shown only next to total)

Hi Everyone,

I am very new at Power BI! I have successfully shown the percentage I want; however, I only want it shown next to total, not for every column.

 

When I try hide the percentage columns, it hides the category. I was reading about measures, but even if I create a measure where do I apply it? I would really appreciate some step instructions 🙂

 

total.jpg

3 REPLIES 3
v-eachen-msft
Community Support
Community Support

Hi @Zander ,

 

Currently, you need to resize the column width manually to hide it.

You could vote for these ideas to improve Power BI and make this feature coming sooner.

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/36024184-hide-column-header-in-vi...

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/30945430-hide-show-column-on-tabl...

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
AnkitBI
Solution Sage
Solution Sage

Hi - There is no option to Hide an aggregation using Column/Measure and show only in Total and not on Rows. What you can do is to show value on Rows as Blank and only show values on Totals by using something like below. Here [Profit Margin] is the Measure.

 

Profit_Margin_Disp =
IF ( HASONEVALUE ( Products[Product Name] ), BLANK (), [Profit Margin] )

 

Additionaly if you have fixed categories in Rows/Column, you can hide the columns in Matrix. There are numerous post available for that.

 

Thanks

Ankit J

 
Anonymous
Not applicable

You can hide the all the column except Total column.

Un-select, column width from Visualizations.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors