This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
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
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 21 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 56 | |
| 55 | |
| 43 | |
| 26 | |
| 24 |