Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

DAX Formula

hi experts,    Having trouble to creat a meature to match a vlaue   newcmeaure = Tablename[columnname] = 'Agreed' I ma haviung trouble to get the syntax right, urgent thanks           
  • richbenmintz's avatar
    richbenmintz
    7 years ago

    Hi Anonymous,

     

    Sorry not sure what you are trying to accomplish with this measure, a measure that calculates a value would look something like:

    measure = Calculate(sum('table'[column]), 'table'[column] = "value")