Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
What is my dax calculation to get percentage on the table below first line should be 26.4%?
3541/13388
Solved! Go to Solution.
Hello,
Percentage = DIVIDE(SUM([Handset]), SUM([Insurance]), 0)
then format as percentage
Hi @bhavick360 , please use the below measure
Percentage = DIVIDE(SUM(Table[Insurance],SUM(Table[Handset]),0)
Format the above measure as %
Thanks,
Jai
Proud to be a Super User! | |
Hello,
Percentage = DIVIDE(SUM([Handset]), SUM([Insurance]), 0)
then format as percentage
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.