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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

Reply
Anonymous
Not applicable

N/A

N/A

2 ACCEPTED SOLUTIONS
johnt75
Super User
Super User

You would need to have a separate query for each table that you want to end up in Power BI. Use the same join conditions and where clause for each query, just change the columns that you select to only give the columns you want in that particular table.

View solution in original post

Anonymous
Not applicable

Both methods worked correctly,  which one is better from a star schema perspective?
Is that the only possible way? Without the query total size is 150MB but with the separate query it's 200 MB size which is a bit strange . I am guessing even with the increase size from seperate query the performance should be better than having them all in one table?




View solution in original post

3 REPLIES 3
johnt75
Super User
Super User

You would need to have a separate query for each table that you want to end up in Power BI. Use the same join conditions and where clause for each query, just change the columns that you select to only give the columns you want in that particular table.

Anonymous
Not applicable

Both methods worked correctly,  which one is better from a star schema perspective?
Is that the only possible way? Without the query total size is 150MB but with the separate query it's 200 MB size which is a bit strange . I am guessing even with the increase size from seperate query the performance should be better than having them all in one table?




Yes, the increase in size shouldn't affect performance enough to offset the benefits of having a proper star schema

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.