Power BI ERROR: character with byte sequence 0xe2 0x80 0x8b in encoding "UTF8" has no equivalent in encoding "WIN1252";
Executing a query from SDP in Power BI results in the error:
ERROR: character with byte sequence 0xe2 0x80 0x8b in encoding "UTF8" has no equivalent in encoding "WIN1252";
It is the FullDescription column in the WorkOrderToDescription table. I saw in a similar post that I could run this against the database: "SET CLIENT_ENCODING TO 'utf8'; but I'm not sure if that would have any negative impact and I don't want to mess up anything with the ticketing system as it is. I'm just trying to automate some reports in Power BI.
New to ADSelfService Plus?