Forum Discussion
Anonymous
5 years agoNot applicable
Make column into %
Hi, I have column that is in number format. The data comes from sharepoint and which comes from Power Apps. I would like to convert into a % (without having to change Power Apps or Sharepoint Lis...
Anonymous
5 years agoNot applicable
You can create new measure calling same column and divide it by 100
Once measure is created convert it into percentage.
Sample DAX = Max([Test])/100,
Click on % sign in measure tools to convert it to Percentage.
Hope this helps.
Thanks,
Ashwin Kulkarni