The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I have a view in Azure Synapse on top of my parquet files, I've created it like this:
Is there someone here with other ideas that I could try to overcome this issue?
Thanks a lot!
Solved! Go to Solution.
Afterall I found the solution: you should indeed change the collation of the database using the query below. But I also needed to recreate the views on top. Probably something was cached. I have the correct encoded data in power BI now.
Afterall I found the solution: you should indeed change the collation of the database using the query below. But I also needed to recreate the views on top. Probably something was cached. I have the correct encoded data in power BI now.
Hi @Anonymous ,
Would you please try to get data directly from 'https://***.dfs.core.windows.net/dwh/tmp/*.parquet instead of using view from Azure Synapse?
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Thanks for your answer!
This does indeed work, but it is not what I want because I would like to keep my Power BI clean and user the Serverless pools to connect to.
What happens when you use the query as your data source (rather than the view)?
Hi,
When I query directly on the parquet file from within powerBI the encoding goes correctly. So the error must be somewhere in Synapse then.
Any idea what I can test more?
Thanks a lot for your input!