Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I'm new to Power BI power builder, and I'm trying to figure out how to handle infinity values in power builder (paginated report).
In power bi it's simple - iferror (A/X,0), however, in the paginated report same logic doesn't work on replacing infinity values with 0 or blanks, anyone has any insight on how to handle these values?
Hi @Iuliia94 ,
Please try to use the IIF function as below:
IIF(A/X = Infinity, 0, A/X)
Best regards,
Community Support Team_yanjiang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I've tried that one before and i get the following error:
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 62 | |
| 50 | |
| 45 |