Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Power Bi and Nosql database

Hello All,

 

I am working on integration of Power BI with Apache Cassandra.

The challenge which i am facing is joining 2 tables on Power BI after connecting it to Cassandra.

It is giving "Unsupported Query" error.

Is there any way to perform join operation on tables in Power BI for Cassandra or any NoSQL database.

 

Thanks

  • KNP's avatar
    KNP
    3 years ago

    It's a long shot but can you try adding a Table.Buffer(previousStepName) to the step immediately before the merge to see if you get any different results?

     

3 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Merge Query Error for Cassandra DB TablesHi amitchandak .....Thanks for the reply. 

      I am using Cassandra database and it is a NOSQL database i.e. No joins supported.

      After using the merge option,If I expand the merged table and click on apply, I am getting "Unsupported Query" error.

      Is there any way to transform data for a database which doesn't support joins.

      • KNP's avatar
        KNP
        Icon for Super User rankSuper User

        It's a long shot but can you try adding a Table.Buffer(previousStepName) to the step immediately before the merge to see if you get any different results?