Forum Discussion
Waterfall chart with multiple measures
- 10 months ago
Hi Krishna1826 ,
Thank you for reaching out to the Microsoft Community Forum.
You have 13 measures, and you want a single waterfall chart where some measures start fresh from zero and others continue cumulatively. This is not directly supported by Power BI native waterfall, but it work using a disconnected table.
Please follow below steps.
1. Created disconnected table with sample data.
2. Created Below Measure .
Waterfall Value =VAR CurrentOrder = SELECTEDVALUE(MeasureOrder[Order])VAR CurrentGroup = SELECTEDVALUE(MeasureOrder[Group])VAR RunningTotal =CALCULATE(SUMX(FILTER(MeasureOrder,MeasureOrder[Order] <= CurrentOrder &&MeasureOrder[Group] = CurrentGroup),MeasureOrder[Value]))RETURNRunningTotal3. Please refer below Output snaps and attached PBIX fileI hope this information helps. Please do let us know if you have any further queries.
Regards,
Dinesh
Hi Krishna1826 ,
Thank you for reaching out to the Microsoft Community Forum.
You have 13 measures, and you want a single waterfall chart where some measures start fresh from zero and others continue cumulatively. This is not directly supported by Power BI native waterfall, but it work using a disconnected table.
Please follow below steps.
1. Created disconnected table with sample data.
2. Created Below Measure .
I hope this information helps. Please do let us know if you have any further queries.
Regards,
Dinesh
- v-dineshya10 months agoCommunity Support
Hi Krishna1826 ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.
Regards,
Dinesh
- v-dineshya9 months agoCommunity Support
Hi @Krishna1826 ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.
Regards,
Dinesh