Forum Discussion
Anonymous
5 years agoNot applicable
SHow Values a %
Hello all. Relatively easy one for you all. The below chart being the example of my data, I am looking to create the % values in the right most column via a Dax formula. I want to be able to rollu...
Nathaniel_C
Community Champion
5 years agoHi Anonymous ,
If I understood correctly :
Percentage = 1- DIVIDE(MAX('Table'[Unanswered]),MAX('Table'[Calls]))
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel