Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 35 | |
| 31 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 75 | |
| 72 | |
| 39 | |
| 35 | |
| 23 |