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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
PLEASE PROVIDE SOLUTION FOR ,HOW TO COMPARE TIME COLUMN IN ONE DATASET WITH TIME COLUMN IN
OHTER DATASET(WHAT FUNCTIONS WE CAN USE)?
below in time_all table ,i am trying to create a column which is the comparision results of time_all(headings for column) and init
Solved! Go to Solution.
Hi @AnilKumar,
Assume those two tables has a relationship with 1:1, you can create a calculated column below:
TimeDiff = DATEDIFF('Table1'[time_all],RELATED(Table2[init]),MINUTE)
Best Regards,
Qiuyun Yu
Hi @AnilKumar,
Assume those two tables has a relationship with 1:1, you can create a calculated column below:
TimeDiff = DATEDIFF('Table1'[time_all],RELATED(Table2[init]),MINUTE)
Best Regards,
Qiuyun Yu
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.