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
So, in the table below I need to calculate the 'Percentage Volume' and 'Percentage Cost' columns. Can anyone help me please?
Solved! Go to Solution.
Hi @wooand
Here you go:
Percentage Volume = DIVIDE( SUM(Table1[Total Volume]), CALCULATE( SUM(Table1[Total Volume]), ALLSELECTED() ) ) Percentage Cost = DIVIDE( SUM(Table1[Total Cost]), CALCULATE( SUM(Table1[Total Cost]), ALLSELECTED() ) )
Thanks, N -
Hi @wooand
Here you go:
Percentage Volume = DIVIDE( SUM(Table1[Total Volume]), CALCULATE( SUM(Table1[Total Volume]), ALLSELECTED() ) ) Percentage Cost = DIVIDE( SUM(Table1[Total Cost]), CALCULATE( SUM(Table1[Total Cost]), ALLSELECTED() ) )
Thanks, N -
Perfect. Many thanks indeed @nickchobotar. You've saved my keyboard from a beating!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |