Forum Discussion
AtchayaP
Helper V
4 years agoPowerbi
i am trying show as 57.39% though I have changed in format panel.but I get 5739.any idea?
- Anonymous4 years ago
Hi AtchayaP
Ok, you have a *100 extra in the calculation.
Using the below measure
%val = DIVIDE(SELECTEDVALUE('Table'[skills]),CALCULATE(sum('Table'[skills]),ALLSELECTED('Table'[Name])))I get the below chart.Hope, it resolves your issue.
Anonymous
4 years agoNot applicable
Hi AtchayaP
You are missing "/100" in your calculation. putting that will resolve the above issue.
Regards,
Pranit