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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Mahmed1
Helper IV
Helper IV

Show Total row value as blank

Hey Guys

 

This might be a simple 1 but im not aware of it

 

i have a matrix that shows total row which displays the % of total (100%) also

 

is there a way to show this 100% as blank but i dont want to turn off this row total?thank you

1 ACCEPTED SOLUTION
ppm1
Solution Sage
Solution Sage

You can use this pattern for that.

 

NewMeasure = IF ( HASONEVALUE ( Table[ColumnInYourVisual] ), [Your Measure] )

 

Pat

Microsoft Employee

View solution in original post

2 REPLIES 2
Mahmed1
Helper IV
Helper IV

Thank you 

 

ill give that a go

ppm1
Solution Sage
Solution Sage

You can use this pattern for that.

 

NewMeasure = IF ( HASONEVALUE ( Table[ColumnInYourVisual] ), [Your Measure] )

 

Pat

Microsoft Employee

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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