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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Row total of absolute values in the matrix visual

Hi,

 

I have a table that looks like this:

 

IdJanuaryFebruary MarchAprilMayTotal Abs Total (desired)

AAA

1020301525100100
BBB-1001000020
CCC0000000

 

I want to remove the third row (all zeros), but keep the second one, which has a non-zero absolute total.

I created a measure with absolute numbers, like 

 

Abs Rows = sumx(summarize('table', 'Ids'[Id]), abs(values))

 

However, the calculated total of the matrix just converts 0 from the regular total to 0 (I guess, similar to column totals).

 

How can I get the true total for absolute values here? I believe then, I could use an if statement to filter out the all-zero rows from the matrix. 

 

1 ACCEPTED SOLUTION
dax
Community Support
Community Support

Hi @Anonymous , 

You could refer to my sample for details. If you want to remove o in third, you could apply filter in measure.

Best Regards,
Zoe Zhi

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

1 REPLY 1
dax
Community Support
Community Support

Hi @Anonymous , 

You could refer to my sample for details. If you want to remove o in third, you could apply filter in measure.

Best Regards,
Zoe Zhi

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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