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 am an enthusiastic user of PowerBI. I have a challenge. I hope you can help me.
I have a table with this structure.
TABLE
Products Value Top
Product A 200 Top1
Product B 300 Top1
Product B 400 Top2
Product C 100 Top3
Produkt D 500 Top4
I would like to create a visual matrix. In the matrix I want to calculate more rows (like 'sum' in row 5).
VISUAL
Product A Product B Product C Product D
Top1 200 300
Top2 400
Top3 100
Top4 500
sum(Top1,Top2) 200 700 0 0
sum(Top3,Top4) 0 0 100 500
sum(Top1,Top2)*1,05 210 735 0 0
Is this possible?
Solved! Go to Solution.
Create measures for all of your "rows" , then put the measures into the values well and switch values to "Switch values to rows".
See attached
Thank you very much. It works.
User | Count |
---|---|
65 | |
60 | |
55 | |
54 | |
31 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
46 |