Forum Discussion
MrDannyHarry
6 years agoRegular Visitor
Postgres Folding issue
Hi All, I am connecting to a Postgres Database using Direct Query. When ever I try to do a visual on a calculated field or measure I get the following error: We couldn't fold the expression ...
amitchandak
6 years agoSuper User
MrDannyHarry , refer the problem test given in -https://community.powerbi.com/t5/Desktop/Postgres-EnableFolding/m-p/839734
If setting can help
- MrDannyHarry6 years agoRegular Visitor
Thanks for your prompt reply.
My current query is a s follows:
let Source = PostgreSQL.Database("IP_ADDRESS", "DB_NAME", [CreateNavigationProperties=false]), public_mb_callstats = Source{[Schema="public",Item="mb_callstats"]}[Data] in public_mb_callstatsWhat would need to change?