Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

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...
  • lbendlin's avatar
    2 years ago

    DateTime.LocalNow() - [Start_Time]??DateTime.LocalNow() >= #duration(0,3,0,0)