I assume my data looks like this (column names):
name (String)
age (Whole Number)
date1 (Date)
date2 (Date)
date3 (Date)
date4 (Date)
gender (String)
I would like to add a new column to the table that will contain the MAX date in each row between the dates (date1, date2, date3, date4).
example: Tami 16 1/2/2020 2/2/2020 4/2/2020 null female --> 4/2/2020 (new calculated column).
Can't find a way to make it in Power BI using DAX.