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
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?
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 |
|---|---|
| 56 | |
| 40 | |
| 35 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 38 | |
| 35 | |
| 23 |