I am struggling with a problem as follows:
I need a DAX measure to find the average percentage from a matrix table result. This is what I get from the matrix table in Power BI
Place Late No-Late Total
India 2 200 202
Bangladesh 40 60 100
China 0 150 150
Total 42 410 452
Then I apply % of Row Total
Place Late No-Late Total
India 1% 99% 100%
Bangladesh 40% 60% 100%
China 0 100% 100%
Total 9% 91% 100%
Now I need the average percentage from the "No-Late" Column which will be "86%" to plot it in the column chart. How can I achieve this part?



