Forum Discussion
Clustered column chart adding percent line
Hi, jen8080
Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.
Table:
You may create a measure as below.
Result =
COALESCE(
DIVIDE(
COUNTROWS(
FILTER(
'Table',
[On Time*]="On Time"
)
),
COUNTROWS(
'Table'
),
0
),
0
)
Then you can set 'Show secondary' on.
Result:
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- jen80805 years ago
Helper I
Hi v-alq-msft,
I think this is close I have one more value though in my table 'missing complete date' where I don't yet have dates for the project. Is this easy to factor into your calculation?
I just chose to not show these on the graph but when entering your formula an error comes up.
Thanks!
- v-alq-msft5 years ago
Community Support
Hi, jen8080
Could you please show us some sample data and expected result with OneDrive for business? Do mask sensitive data before uploading. Thanks.
Best Regards
Allan
- v-alq-msft5 years ago
Community Support
Hi, jen8080
I add some rows to reproduce your scenario.
Table:
Then you may modify the type of x axis as 'Categorical'.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.