Forum Discussion
Surjeet
5 years agoNew Member
PowerBI EnableFolding
I'm trying to GET data from POSTGRES Server using Direct Query and pasting SQL query in Advanced option but its giving error :' Details: "We cannot fold on top of this native query. Please modify...
- 5 years ago
Hi Surjeet ,
To disable native query folding, set the EnableFolding flag to false for Value.NativeQuery() in the advanced editor.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
pollyboy
4 years agoNew Member
If you remove the; semi-colon at the end of your query. It works perfectly.