Forum Discussion
clarainesgg
1 year agoHelper I
Max date with data
Hi, I need to calculate the max date with data: For example, I have data till 8/11/2024 and 9/1/2024 with no data. How could i get the max date = 8/11/2024? This needs to be dynamically. Th...
- 1 year ago
clarainesgg Sample data would help but should be something like:
VAR __MaxDate = MAXX( FILTER( 'Table', [Some Column] <> BLANK() ), [Date] )
Greg_Deckler
1 year agoCommunity Champion
clarainesgg Sample data would help but should be something like:
VAR __MaxDate = MAXX( FILTER( 'Table', [Some Column] <> BLANK() ), [Date] )