The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I have a dataset in PowerBI Service that refresh every morning on an Azure Postgresql Database.
Since 10/06, refresh is not working with the following error : PostgreSQL: 42883: operator does not exist: boolean = integer
However, refresh with the same dataset with desktop, pointing on the same Azure Postgresql Database is fine.
No changes have been made on the structure of the datasource.
Do you have an idea of what is happening ?
Best Regards,
Sylvain
Hi,
Are you trying to pass a value either 1 or 0 on boolen field? You need to say True or False instead of 1 or 0
Please refer below thread - https://stackoverflow.com/questions/66085915/on-data-migration-getting-error-operator-does-not-exist...
Thanks
Hari