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.
Anonymous
7 years agoNot applicable
Thanks for the reply, that makes a lot of sense now
equity7252
4 years agoRegular Visitor
Where is the solution to this? Having the same problem.