I am in SSAS tabular and I have the next measure:
Revenue YearToDate:=
CALCULATE( [Revenue] , DATESYTD( 'Date'[Date] , "31/05" ) )
When I am in the grid view, I click the measure and I see
Revenue YearToDate: (blank)
Is it showing blank because the measure will only display its value when used in ie PowerBI or is it that there is an issue with the measure itself? how can I test if it works?
