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 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
- olgadResident 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.- Umair_AslamHelper I