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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
azaterol
Helper V
Helper V

totals in a matrix

Hello everyone,

I have a matrix that shows percentages and sales.

How can I hide the grand total here: 50.2%?
That doesn't make any logical sense to me either. If you add them together, you don't get 50.2%.

But I don't need a total percentage display. I would only like to have the total sales display for the sales.

 

Is it in Power BI possible to deactivate some totals in a matrix? 

 

azaterol_0-1664186483431.png

 

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi,

One of ways to achieve this is wrting a measure something like below.

 

New Measure percentage total fix: =
IF (
    HASONEVALUE ( 'TableName'[The column that is used in this table matrix] ),
    [Pecentage measure]
)

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


View solution in original post

1 REPLY 1
Jihwan_Kim
Super User
Super User

Hi,

One of ways to achieve this is wrting a measure something like below.

 

New Measure percentage total fix: =
IF (
    HASONEVALUE ( 'TableName'[The column that is used in this table matrix] ),
    [Pecentage measure]
)

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.