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! It's time to submit your entry. Live now!
Hi everybody !
Is there a filter to show on a slicer, only date which have a value associated ?
Here is my table, I don't want date with a 0%...
Thanks
Best regards
David
Solved! Go to Solution.
Hi @DavidB023,
Check out this pbix.
I have tried to replicate your scenario and used a calculated column to achive the result.
ValueWithoutZero = IF(Table1[Value] = 0,BLANK(),Table1[Value])
Let me know if you face any issues.
Prateek Raina
Hi @DavidB023,
The column name which you have obfuscated/hidden in the screenshot, from where is that column coming from?
Is it a measure? or calculated column? or coming directly from your datasource/database?
Prateek Raina
Hi @prateekraina,
It comes from my database directly, but I could have similar problem with other column which are calculated column.
Hi @DavidB023,
Check out this pbix.
I have tried to replicate your scenario and used a calculated column to achive the result.
ValueWithoutZero = IF(Table1[Value] = 0,BLANK(),Table1[Value])
Let me know if you face any issues.
Prateek Raina
Thanks for your answer, it worked easily with that after I put an advanced filter on page "is not blank"
Best regards
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 41 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 150 | |
| 107 | |
| 64 | |
| 36 | |
| 36 |