Forum Discussion

cmckinney's avatar
cmckinney
Helper IV
5 years ago

IF statement not recognizing table

I am writing an if statement in a measure that says essentially: IF( 'table'[this_date] > 'table'[that_date], 1, 0) but for some reason Power BI is not recognizing the table/columns. The table refere...