Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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"...
  • Anonymous's avatar
    Anonymous
    4 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])