Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I'm using a Matrix and need a field that represents a percentage of the total, the solution I found it's create a measue:
(SUM(TABLE[VALUE])/CALCULATE(SUM(TABLE[VALUE]);ALL(TABLE[CUSTOMER_NAME]))*100)
The customer name it's the columns in the matrix
Work perfect, but if you slice a few customers, keeps counting all customers, not the total of the ones I sliced.
There is any way to solve this, with DAX?
A great feature it's add a % auto, running sum, cumulative sum options on matrix fields together with the SUM, COUNT, AVG, options that already have...
Many Thanks in Advance,
Solved! Go to Solution.
Solution:
(SUM(TABLE[VALUE])/CALCULATE(SUM(TABLE[VALUE]);ALLSELECTED(TABLE[CUSTOMER_NAME]))*100)
Solution:
(SUM(TABLE[VALUE])/CALCULATE(SUM(TABLE[VALUE]);ALLSELECTED(TABLE[CUSTOMER_NAME]))*100)
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 39 | |
| 39 | |
| 21 |
| User | Count |
|---|---|
| 175 | |
| 138 | |
| 118 | |
| 80 | |
| 54 |