Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
Solved! Go to Solution.
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.
@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.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
13 | |
13 | |
12 | |
8 | |
7 |
User | Count |
---|---|
18 | |
14 | |
11 | |
11 | |
9 |