Forum Discussion

lisago1978's avatar
lisago1978
Icon for Helper III rankHelper III
6 years ago
Solved

Calculating % category using same dynamic sum as denominator

I am trying to figure out how to create a % for a category using the same denominator across all rows   Table 1 has the calculated measure that is a summation of the No Health variable (e.g. the de...
  • v-easonf-msft's avatar
    6 years ago

    Hi , lisago1978 

    Just need to change your measure as below:

    % Category = CALCULATE(DIVIDE([ID_Count],[Total]))

     

    pbix attached

     

    Best Regards,
    Community Support Team _ Eason
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.