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 guys, I need your help to create the same clustered bar chart with a different starting point. The steps are already ordered following an index, the values are calculated with 1 measure "Q1", I need a chart in which the next step starts where the previous one ends instead of all starting from the same starting point 0.
I'm looking for something like the chart below, hope you can understand my issue with this chart
Solved! Go to Solution.
You can follow the approach demonstrated in this video, using one measure for the current value and the second that calculates the cumulative total for all categories "below" the current one (you would need a way to rank them, either with a column or measure).
Alternatively, you could explore a Waterfall chart.
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
You can follow the approach demonstrated in this video, using one measure for the current value and the second that calculates the cumulative total for all categories "below" the current one (you would need a way to rank them, either with a column or measure).
Alternatively, you could explore a Waterfall chart.
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Thanks Pat
Both ways are working, however, I chose the waterfall chart solution because I don't have stamp dates as staring or end points, I just have the total duration time per step, then waterfall chart is workin perfect.