Forum Discussion

Deepanshu_46's avatar
Deepanshu_46
Regular Visitor
2 years ago

Direct query with snowflake

Hi,
I am facing an issue in which relationship between table is not working in direct query power bi using snowflake.I am getting this issue when try to cross filtering one table based on selection in another.I have aslo attached the data model of relationship. Your helo will be appreciated. Thanks in advance

4 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Deepanshu_46 ,

    The error message you provided indicates that there is an issue with the local evaluation of Table.Join or Table.NestedJoin with key equality compares. This error message can occur when the key columns in the tables being joined do not match, or when the data types of the key columns are different.

    Here are some possible solutions to this error message:
    - Ensure that the key columns in the tables being joined match.
    - Ensure that the data types of the key columns are the same.
    - Check if there are any null values in the key columns of the tables being joined.
    - Try cleaning the data load cache by going to File -> Options and Settings -> Options -> Data Load -> Clear cache and Save the file and Load again.
    - Check if there are any table/column names that do not match in your data source.

     

    Best regards,
    Community Support Team_Binbin Yu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • Deepanshu_46's avatar
      Deepanshu_46
      Regular Visitor

      I tried all the steps you mentioned but still getting the same error.However just getting the mapper table in import mode and rest tables in direct query is working fine. Not able to understand the reason.

  • Will this work when I am using direct query method to import the tables ?