Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi Champions
I have this visualisation in PB:
Want to calulate % of each column for each country and show it under total in the matrix table. Can anyone assist me : something like below:
Thanks
Thanks Vicky, I couldn'y figure out with your solution. I am looking for someting like this (Red Circle)
Are you using implicit measures? if so then there an option to show subtotals %
If you only need the value to show in the totals row, then the solution might be a bit more complicated. I would use a measure instead, and do something like:
Measure = IF(HASONEVALUE(Table[Country]),
// your existing calculation here
// else DIVIDE(your calculation, CALCULATE(your calculation, removefilters(Table[Country]))
)
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 37 | |
| 32 | |
| 21 |