Forum Discussion
sdhn
Responsive Resident
4 years agoChange to Number
Hi All, I wrote some mesaures and displaying data in the percentage in the graph. Here is the code in the measure Not Applicable % = divide(countrows(filter('Department Application','Depart...
AlexisOlson
Super User
4 years agoIf you want it to show the number equivalent of 9.5%, then you need to increase the number of decimal places to three so that it shows "0.095". If you want it to show "9.5", then multiply your measure by 100.