Forum Discussion
GreeshmaN
Advocate I
1 year agolocal evaluation of TableJoin or table.nestedjoin with key equal compareres is not supported
Hi Everyone, I am facing a weired issue with the below message "local evaluation of TableJoin or table.nestedjoin with key equal compareres is not supported" in the visuals i my reports, the vis...
rohit1991
Super User
1 year agoHi GreeshmaN
This error usually happens when Power BI tries to evaluate a nested join or table relationship locally, which it can’t do especially with DirectQuery sources.
Could you please try below
-
Avoid nested joins inside FILTER, ADDCOLUMNS, or similar DAX if you're using DirectQuery
-
Try moving logic into Power Query or using calculated columns instead
-
If possible, switch to Import mode for that table