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
Thank you all for the support. Adding SUM previouly recognized my EoY column