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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi, friends!
Please, help me in my issue: I want to calculate the percent of fee in our company, but after calculation, I see only Infinity or Nan.
Could you please, clarify the reasons for this problem?
Thank you in advance!
Solved! Go to Solution.
Thanks for sharing your pbix. I think I've found the reason. It is a calculated column in your case, and the field dz or grs both can be 0, so you always get 0 or infinity. In you case, instead of calculated column, create a measure instead.
Measure = DIVIDE(sum(t3[dz]),sum(t3[grs]))
Are you not using the DIVIDE() function?
Hi!
When I use this function, I see only "0" in results.
Yes, of course!
I use function DIVIDE([dz];[grs])*100 , when dz (debt sum) and grs(grossrev) are integer datas.
I've added a few screenshots for better understanding.
After this process I see 0 as a result.
OK. Could you try to convert the measure type to "decimal number" and change the precision(3 in below snapshot) accordingly?
Still, doesn't work.
Thanks for sharing your pbix. I think I've found the reason. It is a calculated column in your case, and the field dz or grs both can be 0, so you always get 0 or infinity. In you case, instead of calculated column, create a measure instead.
Measure = DIVIDE(sum(t3[dz]),sum(t3[grs]))
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 38 | |
| 38 | |
| 31 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 74 | |
| 61 | |
| 31 | |
| 31 | |
| 23 |