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.
I have 4 different measures that are calculating SUM of columns of different tables. And i wanted to display them in a matrix.
Is there a any way to display these 4 different measures in a single line in a matrix? The first screenshot below is how it looks like when i try to display them.
Can you please help on this ...
Screenshot 1:
I need to display 4 measures into single Valu. like below format:
Solved! Go to Solution.
Try COALESCE to return the first non-blank value.
COALESCE ( [Val], [Val1], [Val2], [Val3] )
Try COALESCE to return the first non-blank value.
COALESCE ( [Val], [Val1], [Val2], [Val3] )
User | Count |
---|---|
69 | |
68 | |
66 | |
55 | |
28 |
User | Count |
---|---|
112 | |
82 | |
66 | |
48 | |
43 |