Forum Discussion
flavourabbit
8 years agoFrequent Visitor
Waterfall Chart using multiple measures
Hello, I know this must've been an old topic in Business Intelligence. However, I didn't find any idea to realize what I'd like to achieve. The thing is I'd like to create a Waterfall Chart ...
royal20692
7 years agoFrequent Visitor
Hi there,
Have you found a solution for this since I am having the same issue where I have to create a waterfall chart from created measures?
Thanks
flavourabbit
7 years agoFrequent Visitor
Hi,
The only workaround I know is using R script (or Python)
I followed the following article's instruction. (basically it's using ggplot2's rect function)
https://analyticstraining.com/waterfall-charts-using-ggplot2-in-r/
I hope it helps
- royal206927 years agoFrequent Visitor
Hi,
Thank for your reply :smileylol:
Let me have a look at it