Forum Discussion
Umair_Aslam
3 years agoHelper I
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...
- 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.
olgad
3 years agoResident 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.
In my case The column in your visual is the Name column.
Umair_Aslam
3 years agoHelper I