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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
koorosh
Post Partisan
Post Partisan

Date relation

Hi Experts, in the model there are two tables but the same as each other. I made a relation between one of them with the Date table but other one has no relation. Two charts were created that seems should be the same, but why do I get different charts?

 

Regards

 

https://drive.google.com/file/d/1ny0SMdsuvXnDIOXyZ5u0gOLNXO8195GJ/view?usp=sharing

 

 

2 REPLIES 2
v-luwang-msft
Community Support
Community Support

Hi @koorosh ,


Has your problem been solved, if so, please consider Accept a correct reply as the solution or share your own solution to help others find it.

Best Regards
Lucien

amitchandak
Super User
Super User

@koorosh , I have checked by converting data type of date to timestamp with format that can show time. Date has a time stamp other than 12 AM, and date table join is failing 

 

Create a new date in table and join with sales date 

Why Time Intelligence Fails - Power bi 5 Savior Steps for TI: https://youtu.be/OBf0rjpp5Hw

 

Date = [datetime].date
or
Date = date(year([datetime]),month([datetime]),day([datetime]))

in Power Query
DateTime.Date([datetime])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors