Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi,
I'm relatively new to Power BI, dablling for about a year, seriously using for about 6 months. I've created many reports, but only 4 at this time that are useful and utilized. Now that I have these core reports built and published, my focus is on data architecture and efficiences, not only for these reports, but also future development.
My question stems around the best way to managae the data PowerBI consumes. The four reports that are in use, utilize a combination of MS Access and Postgres database connections. One of these reports comsumes over 700+k records of data. Currently all these records come from two Postgres views, each connected to PowerBI. Within the tool, I've used the "Append Queries as New" option to take the two queries and combine them as one.
My question is, which is more efficient given that much data? Combining the data in Postgres and making one connection to PowerBI, or keeping it as is, two connections and appending to a new query within PowerBI?
Thanks!
Solved! Go to Solution.
In general, the more that you can push back to the server the better. This is a general rule. So, creating a View in Postgres that does is simply a UNION of your two other views is going to be the most efficient. You have those options in Power BI because most end users do not have access to the backend SQL database, but if you do, then that is generally the "best" way of doing it.
In general, the more that you can push back to the server the better. This is a general rule. So, creating a View in Postgres that does is simply a UNION of your two other views is going to be the most efficient. You have those options in Power BI because most end users do not have access to the backend SQL database, but if you do, then that is generally the "best" way of doing it.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 38 | |
| 31 | |
| 27 |