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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
jvargas1971
Frequent Visitor

Convert an Excel Formula into Dax or Calculation for Power BI

Hello community, 

 

I use a formula in excel to roundown a number and if in case it can't then to give me whatever is there. This is for address numbers. 

 

IFERROR(rounddown(A1,-2),A1

 

I have tried a few times to make this work but I have not been able to do it. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @jvargas1971 ,

 

According to your statement, I think you are using Power Query in Power BI.

You can use Try... Otherwise.

For reference:

Power Query M code equivalent to "iferror" function

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@jvargas1971 , same will work in power bi as new column

 

rounddown([A],2)

 

or

 

IFERROR( rounddown([A],2) , [A])

 

You have to use column name

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank you it is still not working. 

jvargas1971_0-1674220712981.png

 

Anonymous
Not applicable

Hi @jvargas1971 ,

 

According to your statement, I think you are using Power Query in Power BI.

You can use Try... Otherwise.

For reference:

Power Query M code equivalent to "iferror" function

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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.