Forum Discussion
Convert an Excel Formula into Dax or Calculation for Power BI
- Anonymous3 years ago
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 ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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
Thank you it is still not working.
- Anonymous3 years agoNot 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 ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.