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
4 years agoNot applicable
Why bother having a DAX function named TRIM() if it cannot find any text column that you supply? What is the point?