The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
65 | |
62 | |
60 | |
53 | |
28 |
User | Count |
---|---|
181 | |
82 | |
67 | |
48 | |
44 |