Hi everyone, I'm fairly new to Power BI and I'm facing an issue with refreshing my dataset in Power BI Service. I've published my reports from Power BI Desktop, which are connected to a PostgreSQL database via ODBC using the connection string: driver={PostgreSQL Unicode(x64)};server=localhost;port=xxxx;database=database with Data cource name(DSN) as None. (But while trying to rempove the error below i did something that my powerbi desktop was also not fetchign the data, so changed the NONE option to dBASE Files. Now it is fetchign the data again)
After publishing, I set up an on-premises data gateway, and in Power BI Service, the gateway appears online and the connection status shows as successful. However, when I click the refresh button in the Power BI Service, it takes a long time and then fails with the following error: "Data source error.
¨'The following system error occurred: Type mismatch. Table: memberships.'
I changed the data type of five columns in the memberships table from Date/Time to just Date. These changes are important for my calculations, so I can't change them back. Interestingly, the data still refreshes successfully in Power Query and in Power BI Desktop.
I also tried uploading a simplified version of the model with only raw data and no transformations, and that refreshes just fine in the Service. It seems like the issue may be related to the type change or how Power BI Service interprets it through the gateway. I would really appreciate any help or guidance in understanding what might be causing this "type mismatch" error and how I can fix it without reversing my column changes. Thanks in advance!
↧
Error occurred while refreshing
↧