The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi There,
I need to create a waterfall based on the data I already calculated as a measure.
So increases/decreases between subsequent months.
Solved! Go to Solution.
Prepare your data in a usable form, something like this
and then use that in the waterfall chart, similar to this.
Sounds good. What have you tried and where are you stuck?
Hi,
So let me provide you the explanation:
There is 2 data tables:
Input:
April|May|June
1128|1167|1165
Output:
April|May|June
1158|1183|1184
So the first difference I calculated is diff between Input current month and Output Previous Month. Second difference is Output-Input
The total is Output value from previous month.
Prepare your data in a usable form, something like this
and then use that in the waterfall chart, similar to this.
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |