Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Iuliia94
New Member

Infinity values handling in paginated report (Power BI power builder)

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? 

2 REPLIES 2
v-yanjiang-msft
Community Support
Community Support

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:

Iuliia94_0-1689599377763.png

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors