Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
Vallirajap
Resolver III
Resolver III

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..!

1 ACCEPTED SOLUTION
Arul
Super User
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.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


View solution in original post

1 REPLY 1
Arul
Super User
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.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors