Forum Discussion
antlufc
2 years agoFrequent Visitor
Different Dates based upon 2 different columns
The table below shows MQLs by latest date and latest event flag. I would like to show the volume of MQLs that are Not Accepted or Achived using the MQLs - latest date. So in my below example...
Greg_Deckler
Community Champion
2 years agoantlufc Not sure I fully understand but perhaps something like:
Measure =
VAR __Table = FILTER('Table', [MQLs latest Date] = 1)
VAR __MaxDate = MAXX( __Table, [date] )
RETURN
__MaxDate