Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I am trying to filter the table and detect the shipments that have not been scanned for more than 3 hours from start time to now. For that I would like to create a custom column, that would mark those shipments as not scanned, my dax for that would look like this:
What m code should I Use to create that kind of column in my table? Thank you!
Solved! Go to Solution.
DateTime.LocalNow() - [Start_Time]??DateTime.LocalNow() >= #duration(0,3,0,0)
DateTime.LocalNow() - [Start_Time]??DateTime.LocalNow() >= #duration(0,3,0,0)
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
86 | |
81 | |
70 | |
49 |
User | Count |
---|---|
143 | |
124 | |
107 | |
60 | |
55 |