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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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

Top Solution Authors