This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi Team,
I have created Matrix table and wants to show difference between two cateories values.
The below table Catefories for App and Web is single column and wants to show Diff column is App-Web values.
kindly advise me.
Thanks
DK
Solved! Go to Solution.
Hi @DKM_83
You can create 3 measures and use them, as "values".
(you don't need to put anything in "columns")
1. For app
App = calculate( sum('your table name[your value column]), 'your table name[category] = "App")
2. For Web
Web= calculate( sum('your table name[your value column]), 'your table name[category] = "Web")
3. For diff
Diff = [App]-[Web]
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @DKM_83
You can create 3 measures and use them, as "values".
(you don't need to put anything in "columns")
1. For app
App = calculate( sum('your table name[your value column]), 'your table name[category] = "App")
2. For Web
Web= calculate( sum('your table name[your value column]), 'your table name[category] = "Web")
3. For diff
Diff = [App]-[Web]
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 26 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 41 | |
| 28 | |
| 22 | |
| 22 |