Forum Discussion
Anonymous
7 years agoNot applicable
Measure not recognizing columns
I am very inexperienced with DAX and I get confused when I try to create a measure and I cant reference a coulmn from a table that I want. For example if i want to use an "If" Statement with a da...
- 7 years ago
If you reference a column in a measure, you must wrap the column in an aggregation function like MIN, MAX, SUM, AVERAGE, etc.
Greg_Deckler
7 years agoCommunity Champion
If you reference a column in a measure, you must wrap the column in an aggregation function like MIN, MAX, SUM, AVERAGE, etc.
Aymane
4 years agoFrequent Visitor
Greg_Deckler I have the same issue but I'm not sure I understand your solution.
I'm trying to use Switch(True() to have conditions on a date column before some calculations, but it's not working as you can see below: