Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
The matrix is defined:
Rows:
Columns:
Values:
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?
Solved! Go to Solution.
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.
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!
User | Count |
---|---|
97 | |
78 | |
77 | |
48 | |
26 |