Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
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 |
|---|---|
| 97 | |
| 74 | |
| 50 | |
| 47 | |
| 44 |