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
AnujMishra_09
Frequent Visitor

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, @AnujMishra_09

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, @AnujMishra_09

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.

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, @AnujMishra_09

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.

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

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.