Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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!
User | Count |
---|---|
84 | |
77 | |
75 | |
43 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
45 | |
43 |