Forum Discussion

Vallirajap's avatar
Vallirajap
Resolver III
2 years ago
Solved

Split Query difference in PowerBI

Hi All,

Recently, I faced one issue when I had one query that contained the maximum amount of data in a PowerBI report. It reduced the performance.

 

So I decided to split the query, load all the tables related to the query, and make relationships as they are in the query. Suddenly, the file size is increasing three times more than the old file. but the row and column counts are the same.

 

I am confused by the above behavior. What is the mistake I made in the above scenario?

 

Anyone who knows, please tell.

Your reply will be accepted. 

Thanks in advance..!

  • Vallirajap ,

    When you split the query and load all related tables separately, Power BI creates a data model that includes all the tables and their relationships. If your original query contained many related tables and relationships, loading them separately might result in a larger data model due to the duplication of metadata, indexes, and other internal structures required to manage relationships.

1 Reply

  • Arul's avatar
    Arul
    Super User

    Vallirajap ,

    When you split the query and load all related tables separately, Power BI creates a data model that includes all the tables and their relationships. If your original query contained many related tables and relationships, loading them separately might result in a larger data model due to the duplication of metadata, indexes, and other internal structures required to manage relationships.