Forum Discussion

RingoSun's avatar
RingoSun
Helper II
4 years ago
Solved

100% stack bar percentage calculation

I need help to match the 100% stack bar percentage value with my measure percentage value In my visual above, the 100% stack bar percentage value is 17.25% but my measure percentage calculatio...
  • Jihwan_Kim's avatar
    4 years ago

    Hi, 

    If 17.25% is what you want to show, please change the measure [FloorShareTota%] like below.

     

    FloorShareTotal% =
    DIVIDE ( [FloorShareTotal], CALCULATE ( [FloorShareTotal], ALL ( dimBrand ) ) )