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 Community,
Recently, a new error started appearing and is now breaking my Power BI Dataflow refreshes.
I’m sharing the details below in case anyone has encountered a similar issue or can suggest a solution.
To isolate the issue:
👉 The same error still occurs.
So the issue is not related to transformation complexity or query size.
Even when executing a single native SQL query via PostgreSQL.Database(),
does Power Query internally require multiple sessions (e.g., for metadata, validation, or parallel evaluation)?
Has anyone experienced a similar issue when a strict session/connection limit was enforced on the database?
Have you implemented a strategy to solve this issue??
Hi @Miguel_Rojo,
Power Query will make multiple connection attempts to the data source. There's usually one to list objects or schemas, one to get column names, and then one to get actual data. Sometimes there can be more depending on your query.
It does sound like some settings changed on your source side, hopefully you can get those reverted so your dataflow will continue to work.
Proud to be a Super User! | |
Hi @Miguel_Rojo,
Thank you for reaching out to the Microsoft Community Forum.
The 53300: Exceeded session limit of 1 error suggests this is more likely coming from the PostgreSQL/AEP side rather than from the Dataflow transformations themselves. Since the refresh still fails even with a single native SQL query and no transformations, your testing already rules out query complexity as the cause.
Power Query/Dataflows may still perform additional backend operations besides the main query, so a strict session limit of 1 can lead to this behavior. Since this was working previously, I would recommend checking with the team managing the PostgreSQL/AEP environment to see whether the session/connection limit was recently changed.
Hope this helps if you have any queries we are happy to assist you further.
Regards,
Community Support Team.
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 |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 5 | |
| 4 | |
| 4 |