Forum Discussion
JoseH16
2 years agoNew Member
DAX Not Recognizing Column Names from Table Stored in Variable
Hello, I am experiencing an issue where DAX is not recognizing the column names from a table I have stored in a variable, and I am hoping someone might be able to assist. Problem Description: When...
Jihwan_Kim
Super User
2 years agoHi,
I think the columns that you want to use inside the measure is virtually created in VAR above.
Please try using the column name without the table name.