Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I´ve been trying to use date difference between two columns in a database and Im unable to link them in the measure formula. Whenever I try to input ' the only options available are my other set of measures.
Basically what I´m looking to do is to calculate the delay between scheduled date and shipment date.
Thank you for your time.
Solved! Go to Solution.
Hi @Shackwell ,
Try something like this:
Days Difference = SUMX('yourTable', DATEDIFF('yourTable'[ScheduleDate], 'yourTable'[ShipmentDate], DAY))
Thanks,
Pragati
Hi @Shackwell ,
Try something like this:
Days Difference = SUMX('yourTable', DATEDIFF('yourTable'[ScheduleDate], 'yourTable'[ShipmentDate], DAY))
Thanks,
Pragati