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 September 15. Request your voucher.

Reply
Syndicate_Admin
Administrator
Administrator

Total Error Matrix

Hello

I have a matrix that shows data coming from several related tables:

NOTICES table: contains the data and is related to the PRODUCTS table

PRODUCTS table: By means of an intermediate table RELATIONSHIPS is related to the SERVICES table

carlos_ar_0-1710332675807.png

The matrix is defined:

Rows:

  • Scope (SERVICE table)
  • Service (SERVICE table)
  • Product (PRODUCT table)

Columns:

  • Severity (NOTICES table)

Values:

  • ticket count (NOTICES table)

even the subtotals of the "Service" row are calculated correctly, but the endings of Scope are incorrect. I've tried several options but nothing seems to work... Any ideas?

carlos_ar_1-1710332986363.png

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Syndicate_Admin 

Create a measure first to calculate ticket count to replace the value, you can call it [Count] measure.

Then create a new measure.

 

Measure =
SUMX ( VALUES ( 'SERVICE'[Service] ), [Count] )

 

Put the measure to the value field in the matrix.

 

Best Regards!

Yolo Zhu

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

2 REPLIES 2
Anonymous
Not applicable

Hi @Syndicate_Admin 

Create a measure first to calculate ticket count to replace the value, you can call it [Count] measure.

Then create a new measure.

 

Measure =
SUMX ( VALUES ( 'SERVICE'[Service] ), [Count] )

 

Put the measure to the value field in the matrix.

 

Best Regards!

Yolo Zhu

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

 

 

Hello! It worked perfectly, thank you so much!

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.