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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
vishnusingh
Frequent Visitor

Checkbox for BLANK Date

Hi Experts,

 

We have a requirement to create a filter(Slicer) like the below image that we have created but I am unable make 'Include BLANK Date' functional.

vishnusingh_0-1655965398083.png

 

The requirement is like when we Select(checkbox) of 'Include BLANK Date', it should show us the list and update the count.

vishnusingh_1-1655965724174.png

 

Expectations -

  • Select(checkbox) of 'Include BLANK Date' (With Network Device Filter)
    • List CIs to show - 137
    • Count - 137
  • Unselect(checkbox) of 'Include BLANK Date' (With Network Device Filter)
    • List CIs to show - 6
    • Count - 6

I tried below DAX but not working.

 

 

Last Scan is Blank =
VAR _Checkbox =
SELECTEDVALUE ( 'Last Scan is NULL'[Include NULL Date] )
VAR _YES =
CALCULATE (
FILTER (
'Conslidate Data',
ISBLANK('Conslidate Data'[Last Update Success])
),
'Conslidate Data'[count]
)
RETURN
IF (
HASONEFILTER ( 'Last Scan is NULL'[Include NULL Date] ),
IF ( _Checkbox = "Include BLANK Date", _YES ),
""
)

 

 

4 REPLIES 4
technolog
Super User
Super User

I hope this message finds you well. I've noticed that this solution remain unresolved. If any of you have managed to find a resolution to the issue, I kindly request that you share your solution for the benefit of the entire community. Alternatively, if you're still facing challenges, please do let us know as well.

Your insights and updates will greatly assist others who might be encountering the same challenge.

v-easonf-msft
Community Support
Community Support

Hi, @vishnusingh 

I doubt that capturing the checked state of that option in slicer via dax is not supported.

 

Best Regards,
Community Support Team _ Eason

vishnusingh
Frequent Visitor

any assistance on this?

Did you manage to solve this ? I have a similar request

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.