March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I'm trying to reproduce a graph originally built in Excel in PowerBI. The Excel graph uses multiple measures as shown here:
The columns are measures created in PowerBI off a a substantial data set:
Any attempt to reproduce this in PowerBI has failed. The chart simply does not let me add the different measures anywhere except the "Tooltips" area. For some reason this is not a problem in other types of charts, such as a column chart seen below:
Is there some work around here? Could i somehow modify the column chart to act like a waterfall chart? Do waterfall charts not work with measures?
Edit: Changed the BI Columns image to be more readable.
Solved! Go to Solution.
I wasn't able to find the solution I wanted. I considered building a custom visual with R or Python, but I have no expereince in those. I tried downloading the custom Sunbust visual, but it's got the same problem as the waterfall. I settled on doing a doughnut chart.
It would be great to see these wrinkles sorted out. In my mind, there is no good reason I can do a bar graph with the right data, but not a waterfall.
Hello Everyone,
I am trying to create a waterfall chart using these values please guide me on how i can create this type of waterfall chart
Hi,
You can do it via a workaround in DAX formula and a control table.
1. Create a table with matching "measure" name:
2. Create an additional measure for your waterfall chart, you may apply + or - for your measure to get the waterfall sentiment:
Waterfall value = SWITCH ( SELECTEDVALUE ( Table1[Index] ); 1; +[Measure 1]; 2; +[Measure 2]; 3; -[Measure 3]; BLANK() )
3. Apply the new measure in your waterfall chart, with the category based on the table field created (Note that you need to sort it via the category, use hierarchical drill-down if needed):
Cheers!
what about a live connection? I have a similar need but can't modify the data model so my only chance is creating custom measures from the live one. Thx!
Hi @Cyanva ,
Your solutions worked fine. I need to add product category to the water fall.
Example:
measure 1 then it should show by product category for the measure 1 and so on.
I wasn't able to find the solution I wanted. I considered building a custom visual with R or Python, but I have no expereince in those. I tried downloading the custom Sunbust visual, but it's got the same problem as the waterfall. I settled on doing a doughnut chart.
It would be great to see these wrinkles sorted out. In my mind, there is no good reason I can do a bar graph with the right data, but not a waterfall.
Hi @Anonymous,
Based on my research, I am afraid the Water Fall chart may not support different measures, you could try to ues the Ultimate Waterfall chart to have a try:
https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104380956
It could allow multiple measures to create a water fall visual:
Regards,
Daniel He
Being able to add multiple measures using this graph is what I needed! Thank you!!
I think you're right v-fanhe-msft. I've been looking into it using R or Python as well. I'll post back here when I find a solution.
Hi @Anonymous,
Ok, if you could find a solution, don't forget to mark an answer to close this topic.
Regards,
Daniel He
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |