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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello everyone.
I'm having a trouble with this.
Date Filter is not working to filter the relationship table.
no calculation or measures applied ..
this is my first time to encounter this.
Solved! Go to Solution.
@Anonymous . change the data type of created date as date time and and use a format that show time. Does it show time other than 12:00 AM. if yes you need to create a date without time and use it
example
Date = [created date].date
or
Date = date(year([created date]),month([created date]),day([created date]))
Hi @Anonymous
I restored your scene and found that everything is running normally. This is a screenshot.
Corresponding time column properties.
So could you provide your pbix file ? Maybe this will help us solve the problem .
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous . change the data type of created date as date time and and use a format that show time. Does it show time other than 12:00 AM. if yes you need to create a date without time and use it
example
Date = [created date].date
or
Date = date(year([created date]),month([created date]),day([created date]))