Forum Discussion
brief001
4 years agoHelper II
Lookup value within date range
I'm looking for a dax formula for a calculated column, which searches by name and between two dates. In the picture below the explanation. I'm looking for a DAX formula (calculated column) for the o...
brief001
4 years agoHelper II
Thank you very much, this formula does indeed work. One note though, I had to change "MAXX ( FilteredTable, Table_2[Team] )" to "MAXX ( FilterTable, Table_2[Team] )".
Thank you, I am very happy to have been helped so quickly!