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 Good day,
Can anyone pls correct my measure, i want to show 0 instead of blank on my filtered table. i used below measure but zero show for all the project.
Hi @AllanBerces
You can try to modify the formula as follows.
Replace Blank to Zero =
VAR Quantity = SUM('Article no. and Location'[Quantity])
RETURN
IF(Quantity = BLANK() || Quantity = "", 0, Quantity)
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Try this instead of IF:
Quantity = SUM('Article no. and Location'[Quantity])+0
Hi @Rygar
Same result it di not filter the table, zero values appeared on all the project.
Thank you
Hi @lucadelicio
Still my concern didnt solve by adding 0, zero appeared on all the project. and not on filtered project only
Thank you
I don't understand the problem. Try to create 2 diffrent measures one to use in the filtered parte and one to use in all the project.
Let me know.
It's better to upload the pbix to solve easly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 46 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |