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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

Matrix Visual : Not-show the total for one of the measures

Its a matrix reportIts a matrix report

 We do not want to show the value in Grand total row for Target, as mentioned in the pic.

 

1 ACCEPTED SOLUTION

HI, @Anonymous

Yes, if you select a value in slicer, ISFILTERED and HASONEVALUE() will return true() and show the value.again in total row.

So you could continue to add a step like this:

for the slicer in this matrix visual, add a new field for it and use it as a slicer

or use the new field as matrix Rows Value.

For example:

add a new AREA column

New AREA = Areas[AREA] 
Then drag it into slicer and select value from it.
20.JPG
 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Capture.JPG

 

Please help why the report is showing wrong total for a simple report.

v-lili6-msft
Community Support
Community Support

hi, @Anonymous

After my research, it could achieve by custom format Settings for one measure of the measures.

But you may try this way:

Use ISFILTERED or HASONEVALUE() to create a new measure for this measure

for example:

Measure = IF(ISFILTERED(Areas[AREA]),[Distribution])


Measure 3 = IF(HASONEVALUE(Areas[AREA]),[Distribution])

Result:

9.JPG

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Sorry Lin, I am facing an issue that when I select a value in Slicer it starts showing the value.again in total row.

 

Measure =  IF(ISFILTERED('Book by week by line'[Site]),[Target])

HI, @Anonymous

Yes, if you select a value in slicer, ISFILTERED and HASONEVALUE() will return true() and show the value.again in total row.

So you could continue to add a step like this:

for the slicer in this matrix visual, add a new field for it and use it as a slicer

or use the new field as matrix Rows Value.

For example:

add a new AREA column

New AREA = Areas[AREA] 
Then drag it into slicer and select value from it.
20.JPG
 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Even if it does not work then use the visual level filters instead of page level or report level filters.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.