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! Get ahead of the game and start preparing now! Learn more
I have a date value (TMS_ACTUAL_DELIVERY_DATE) in my data table with data type as DateTime. I created another column (Delivery Date) using the date value column and changed it's data type to Date. However the filter for the new column looks like it's treating the values as DateTime and not Date only.
Fitler shows multiple lines for 8/28/24 on Delivery date. It should only list one since the column is a Date type and not DateTime.
This appears to be impacting the join of the Delivery Date column to the Calendar table which was created with this script:
Solved! Go to Solution.
Hi @TomSinAA,
Thanks for reaching out to the Microsoft fabric community forum.
To enable consistent date filtering across your data model, you should create a dedicated date dimension table and establish one-to-many relationships from this calendar table to the date fields in your other tables, with the calendar table on the 'one' side. This allows you to apply filters to the shared calendar table, which will then propagate through the model via these relationships.
If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS. Feel free to reach out if you need further assistance.
Thanks and Regards
Hi @TomSinAA,
Thanks for reaching out to the Microsoft fabric community forum.
To enable consistent date filtering across your data model, you should create a dedicated date dimension table and establish one-to-many relationships from this calendar table to the date fields in your other tables, with the calendar table on the 'one' side. This allows you to apply filters to the shared calendar table, which will then propagate through the model via these relationships.
If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS. Feel free to reach out if you need further assistance.
Thanks and Regards
Try defining Delivery Date as follows:
Delivery Date =
INT ( Movements[TMS_ACTUAL_DELIVERY_DATE] )
Proud to be a Super User!
It worked by creating the delivery date column using the Date function (i.e. Yr, Month, Day) rather than setting the data type on the new column.
Hello @TomSinAA ,
Why don't you make relationship to your DimDate instead of joining? İf you'd like to "Table view" in your PBI --> Click "New Table" --> paste your create_date script --> make relationship dimdate and facttable by date column (one to many). In you filter side you'll see only unique date's. That is best practice.
Kind Regards,
Gökberk Uzuntaş
📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!
🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |
I did create the relatationship. However it did not work until I created the delivery date column in the data table using the Date function rather than setting the data type to Date only.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 40 | |
| 21 | |
| 18 |