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
Hi,I need to create a custom column which get the latest date from 4 others date columns
How can I do it in power query code please ?
Solved! Go to Solution.
Hi @IBMW ,
can you please use this one Latest_date = List.Max({[date1], [date2], [date3], [date4]})
Thank you
Raghava2422
Hi @IBMW ,
can you please use this one Latest_date = List.Max({[date1], [date2], [date3], [date4]})
Thank you
Raghava2422