Hi all,
I have the following dax code which i want to transfer to power query so i can exclude certain rows before they get to Power Bi desktop:
FilterMostRecentSurvey =
IF (
SurveyData[Report date]
= CALCULATE (
LASTDATE ( SurveyData[Report date] ),
FILTER...