Forum Discussion

MarionKeller's avatar
MarionKeller
New Member
7 years ago

DateDiff with Direct Query as Measure

I need to have the Date Difference between two Date columns   # of Minutes = Datediff(OP_ORDER_ITEM_ARCHIVE[PICKING_AT];OP_ORDER_ITEM_ARCHIVE[REFILLING_AT];MINUTE)   I'm using the DateDiff Func...