I am trying to find the DateWithSales
but the code does not work properly. How to get around this ? many thanks in advance.
DateWithSales =
IF( 'Calendar'[Date] <= MAX( 'Sales'[Date] ), "True", "False" )
I am trying to find the DateWithSales
but the code does not work properly. How to get around this ? many thanks in advance.
DateWithSales =
IF( 'Calendar'[Date] <= MAX( 'Sales'[Date] ), "True", "False" )