Forum Discussion
aanchalshah18
5 years agoHelper I
Percentage using Rank
I just wanted a solution on this.. I have a table with id's and I have used rank to rank the rows for each id (measure). I now want to find a percentage of not-taken (Calculated column) from ...
amitchandak
5 years agoSuper User
aanchalshah18 , The information you have provided is not making the problem clear to me. Can you please explain with an example.
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Divide(sum(Table[Calculted Column]), calculate([measure],allselected(Table)))
Appreciate your Kudos.