Forum Discussion
Anonymous
4 years agoNot applicable
New Measure - Cannot find name from table column
Hello guys, I'm learning my ways through power bi and this is the issue now. I'm trying to create a new measure for this table below and when I mention [EOY] give me the error "cannot find name"...
- Anonymous4 years ago
Hi ucoxa,
You can't reference the column as part of a measure without using one of the aggregation functions in DAX. It depends on what you want to achieve.
A couple examples might be SUM() or SUMX. See link above.
Should look like this as an example---> SUM([EOY])
Anonymous
4 years agoNot applicable
Hi ucoxa,
You can't reference the column as part of a measure without using one of the aggregation functions in DAX. It depends on what you want to achieve.
A couple examples might be SUM() or SUMX. See link above.
Should look like this as an example---> SUM([EOY])
- pginez224 years agoNew Member
Hi, I'm having a similar error with a measure, this is the code tham I'm using and error that I'm getting.
please help!!