Forum Discussion

Umair_Aslam's avatar
Umair_Aslam
Helper I
3 years ago
Solved

Percentage value

Hi Everone!   I am trying to get a percentage of the same column value like the Column value/total of the same column value.    I tried Divide(Selectedvalue(column), sum(column) but it isn't work...
  • olgad's avatar
    3 years ago

    Hi, 

    Measure = Divide(Sum(Column), Calculate(Sum(Column)), All(The column in your visual)))
    In my case The column in your visual is the Name column.