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.
Hello everyone,
I would like to create a waterfall charts which shows the LY margin and present margin with the breakdowns such as price, volume and cost. Even though, I created a simple Price-Volume-Mix calculation, I could not add the impact of cost in my work. Is there anyone that can help me creating the DAX measures for the waterfall that I wanted?
Solved! Go to Solution.
Hi @Anonymous ,
Because you did not provide the sample data and desired results, so I can only provide solutions according to my understanding. If you want to get more accurate solutions, please provide further details, such as : sample data, desired result screenshots.
My table is:
My measure:
Profit margin =
DIVIDE ( SUM ( 'Table'[Cost] ), SUM ( 'Table'[Price] ) )
Create a waterfall charts:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Because you did not provide the sample data and desired results, so I can only provide solutions according to my understanding. If you want to get more accurate solutions, please provide further details, such as : sample data, desired result screenshots.
My table is:
My measure:
Profit margin =
DIVIDE ( SUM ( 'Table'[Cost] ), SUM ( 'Table'[Price] ) )
Create a waterfall charts:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
17 | |
14 | |
13 | |
13 | |
11 |
User | Count |
---|---|
19 | |
15 | |
15 | |
11 | |
10 |