Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
We're getting ready to test an app in the service with Direct Query to a PostgresSQL server. The source table updates real time, so I set the Auto Page Refresh in the PBIX to every 5-seconds. It's a very light load. Everything works great.
The question/concern is, when multiple people open it in the App (in the service), will it multiply the number of Direct Query connections to the data source by the number of users. I don't think it would and the DQ dataset will be open in memory/the service and faciliate all traffic through it.
Can anyone validate my suspicion?
Hi @jcampbell474 - Each use will issue a separate SQL call. Because you are using Direct Query connection, there is no query caching. However, I can't comment on how PostgresSQL server will handle the similar request.
Replacing my prior reply. Your statement makes sense and we will test to confirm. Thank you.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 3 | |
| 3 | |
| 2 |