Power BI changing text case automatically

最后都变了- 提交于 2020-01-05 07:15:34

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!