Good morning,
I am trying to pull through the first date from a column in another table which has the Date as "dd/mm/yy hh:mm:ss" which is in the format I need, but I am getting an error saying "A date column contains duplicate dates was specified in the call to function 'FIRSTDATE'. This is not supported" I take it is due to the format with the time in as well. As the date would appear multiple times in my column just the rime would make this unique.
I am using the formula below
Is there a way I can pull this data through with the criteria in Power Pivot?
thanks in advance
Gavin
I am trying to pull through the first date from a column in another table which has the Date as "dd/mm/yy hh:mm:ss" which is in the format I need, but I am getting an error saying "A date column contains duplicate dates was specified in the call to function 'FIRSTDATE'. This is not supported" I take it is due to the format with the time in as well. As the date would appear multiple times in my column just the rime would make this unique.
I am using the formula below
Code:
=CALCULATE(FIRSTDATE(Source[Start Date]),
FILTER(Source,Source[LOB]=Outcome[LOB]),
FILTER(Source,Source[Brand]=Outcome[Brand]))
Is there a way I can pull this data through with the criteria in Power Pivot?
thanks in advance
Gavin