Hi,
I am using the latest version Power BI Desktop.
I have a Direct Query to an SQL Database I have hosted on an Azure machine.
I am getting the following error when I try filtering the data:
Error Message:
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" in the equal to operation.. The exception was raised by the IDbCommand interface.
Each table in SQL looks like they have the same collation "SQL_Latin1_General_CP1_CI_AS".
Any ideas on how to resolve this would be very helpful.
Many thanks
Michael