Forum Discussion
Anonymous
8 years agoNot applicable
IF and SWITCH in measures
I don't have much experience using IF for creating a measure and just stumbled across switch today, but it appears that if I want to create a measure using either, I can only use measures that I've a...
Greg_Deckler
Community Champion
8 years agoIf you reference a column in a measure, you must use the fully qualified name (Table[Column]) and you must use an aggregator like MAX, MIN, SUM, etc.
Anonymous
8 years agoNot applicable
Okay got it, so filtering through individual rows based on dates won't be an option it seems. Thanks
- Greg_Deckler8 years ago
Community Champion
Depends, you can use CALCULATE with FILTER clauses to filter down to individual rows. I'd really need to see some sample/example data and expected output to steer you in the right direction.