Forum Discussion
Column Comparison Percent of progress
I'm new to Power BI and I want to show the total percent of miles complete against the forecasted miles. I want my stacked bar chart to reflect that 84.9% of forecasted miles have been completed. However Power BI is displaying the allocation for the miles complete and forecast miles. Instead of showing 84.9% its showing 45.9%. How do I fix this? Percent of Column Total percent of progress
| Miles Complete | Forecast Miles |
| 22 | 24 |
| 34 | 35 |
| 43 | 43 |
| 4 | 4 |
| 34 | 38 |
| 9 | 9 |
| 42 | 64 |
| 6 | 8 |
| 87 | 100 |
| 24 | 34 |
3 Replies
- RJ251997Helper I
Hi Anonymous
Please follow this steps .
Create a Line and clustered column chart
- Add a field to the shared axis.
- Add a metric to both the column values and line values.
- Click the dropdown on the metric in the column values and select Show value as -> Percent of grand total.
- In the formatting pane, under Y axis, turn on Align zeros.
- In the primary Y axis settings, set the position to right. Remove the axis title and change the primary axis font color to white
- Turn on Data labels.
- Scroll to the bottom of the Data labels category until you see Customize series. Turn that on. Select your metric in the drop down and turn Show to of
Thank & Regards
Rohit Jaiswal
- AnonymousNot applicable
Hi Anonymous ,
Can you provide your expectations what the bar graph looks like?
From the data you give to test, the following measurement can get 84.9%
Measure = DIVIDE(SUM('Table'[Miles Complete]),SUM('Table'[Forecast Miles]))Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
It is responding by saying the Expression Error: The name 'Divide' wasn't recognized, make sure its spelled correctly, but looks like its spelled correctly.