Forum Discussion
Anonymous
2 years agoNot applicable
From Dax to M Create a Custom Column
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 m...
- 2 years ago
DateTime.LocalNow() - [Start_Time]??DateTime.LocalNow() >= #duration(0,3,0,0)
lbendlin
2 years agoSuper User
DateTime.LocalNow() - [Start_Time]??DateTime.LocalNow() >= #duration(0,3,0,0)