问题
I have a power BI connected to a SQL Server, I am reading a text field that is case sensitive in my sql server, but when the data arrive in power BI is all in the same case.
For example in my database I have "mixed", "Mixed", "MIXED", when I read data from power BI all data is "mixed".
Does anyone know what is going on?
Many thx
回答1:
Power BI doesn't handle case sensitivity that well at the moment (after the query stage anyway).
You can vote for a related idea to fix this here.
A current workaround is to create a dimension table with an index and work with that index instead.
来源:https://stackoverflow.com/questions/48529277/power-bi-changing-text-case-automatically