Forum Discussion
Overlap bars in clustered chart
- Anonymous2 years ago
Hi there,
To achieve this in Power BI, you have to use slightly different logic. What you will need is a measure that calculates the difference between the accepted and remaining values rather than use the totals and overlap the columns. You will then use this calculated measure as the new "Remaining" value and put them into a "Stacked Column Chart" together.
If this doesn't work, you could upload a sample file and I can try offer another solution.
Good luck!
Hi there,
To achieve this in Power BI, you have to use slightly different logic. What you will need is a measure that calculates the difference between the accepted and remaining values rather than use the totals and overlap the columns. You will then use this calculated measure as the new "Remaining" value and put them into a "Stacked Column Chart" together.
If this doesn't work, you could upload a sample file and I can try offer another solution.
Good luck!
Hi! Thank you so much for the response
The logic works. But PowerBI automatically shows the values in % instead of just points. How do I tackle that?