Forum Discussion
birdie29
Advocate II
9 years agoMax date from a table with one critera
Hello I would like a measure or a column that shows the the max date in my date table (called 'Time') but where another critera is fulfilled ie in the example below, where the financial period st...
BetterCallFrank
Resolver IV
9 years agoFor the overall latest reporting date try
Max Latest Reporting Date =
CALCULATE(
MAX('TIME'[Date]);
ALL('TIME');
'TIME'[FinancialPeriodStatus]=0
)HTH,
Frank
- birdie299 years ago
Advocate II
Thanks for your quick response! I'm not sure I could get this to work based on your example. I think the issue is with the ALL('TIME'); 'TIME'[FinancialPeriodStatus]=0 ) part.
The previous answer from Birdjo has worked, however thank you very much for taking the time to respond.
Chris
- birdie299 years ago
Advocate II
Hi Again
Apologies for bringing this topic up again, however although I can get the measure of this date I would really like a column with the date instead. Does anyone know how I could do this?
Thank you
Chris