Forum Discussion
Date Slicer Filter Issue
- 1 year ago
Hi AdamMetz23
Try created a calculated column using isblank(RELATED(datetable[date])) in Azure works table to check if they return non-blank values.
Hi AdamMetz23
Try created a calculated column using isblank(RELATED(datetable[date])) in Azure works table to check if they return non-blank values.
- AdamMetz231 year agoAdvocate I
Hi danextian ,
Thank you for showing the formula, the suggested confirms that it it returns blank as I have showed in the visualization.Do you might know how it can be fixed?
Thank you,Adam
- danextian1 year agoSuper User
This is weird. I can see that they're both dates. Can you please do a isblank( LOOKUPVALUE(DatesTable[Date], DatesTable[Date], Azure[CreatedDate]) ) to check if this is still the case? Also check if the min date in Azure is the same min date in DatesTable.
- AdamMetz231 year agoAdvocate I
Thank you for having looked into it.
It turns out the issue was that in Power Query the Azure table date column type was date/time. Once I changed it to Date. It solved the problem with DAX and filtering.
Thank you.
- danextian1 year agoSuper User
I was going to tell you to look into this datat but your screenshot showed that both columns were dates.