Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
DavidB023
Helper III
Helper III

Filter Date

 

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%...

Capture.PNG

 

Thanks

Best regards

David

 

1 ACCEPTED 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

View solution in original post

6 REPLIES 6
prateekraina
Memorable Member
Memorable Member

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,

What is the data type of this column?

Prateek Raina

@prateekraina


It is decimal number and I turn them in purcent.

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

@prateekraina,

 

Thanks for your answer, it worked easily with that after I put an advanced filter on page "is not blank"

 

Best regards

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.