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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I have question how to divide one column values from other. One column contains quantity other column sum. I need sum divide quantity but some quantity column values are 0. So what to do in this case because now I am getting an error?
Hi @Analitika ,
You could try replacing the errors with null.
Now you'll have blanks where you were dividing by 0.
Not helped, still see errors in that column.
Here
Strange, you should be able to replace the errors in the column, do you have a step that looks something like this?
#"Replaced Errors" = Table.ReplaceErrorValues(#"Changed Type", {{"h/val", null}})
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 19 | |
| 9 | |
| 8 | |
| 7 | |
| 7 |