This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Postgres connector added native queries since the September release for PowerBI Desktop.
Before the update, the M language was like this
PostgreSQL.Database("server", "db", [Query="query"])
After the update the syntax change to this:
Value.NativeQuery(PostgreSQL.Database("server", "db"), "query", null, [EnableFolding=true])
This applies each time you create or modify a query. The funny thing is that the old code for Postgres still works as before.
The issues relies that if you publish your workbook with the latter syntax, the report will not update. So, the syntax would have to be changed to:
Value.NativeQuery(PostgreSQL.Database("server", "db"), "query", null)
This is a real pain because you can modify queries forgetting completely that the last part was added – [EnableFolding=true]. So, you need to spend the next 30 minutes into fixing the query to the dashboard work again.
An idea has been raised but I don't trust they would take it seriously
The problem is the Microsoft team create this feature without thinking in the Postgres users that don't use Native Queries as my self. This means that the feature is has been converted into a pain, and the request from my side and other people is to fix the problem that originally Microsoft team has already generated by themselves. I tried to raised the issue yesterday with Amanda, but they didn't get the question through, thinking it was a "new feature".
Similar issue raised in Stackoverflow
https://stackoverflow.com/questions/57927599/powerbi-enablefolding
The issue is still there...
Has this been fixed yet?
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 32 | |
| 27 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 31 | |
| 26 | |
| 22 |