Unable to find collumn in table

I have issue when I type expression bellow

But when I try the expression on Valid If collumn it works find

Any Idea?

0 2 612
  • UX
2 REPLIES 2

LeventK
Participant V

Database is your table name it seems and in the first picture you have an expression:
[_THISROW].[Database] which is interpreted as a column. You canโ€™t refer to a tablename like this. Your expression in second image is correct because you refer to a List with TableName[ColumnName] structure.

LeventK
Participant V

@mijwadul_ihsas
And this post is duplicate of

Top Labels in this Space