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 working.

 

 

Thangs

  • 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.

2 Replies

  • olgad's avatar
    olgad
    Resident Rockstar

    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.