Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi community, I have one colum type clob (oracle) it cointains string too long, examples: "Thank you"; "thank you", etc. in the source and power query I have many rows withs the strings (examples) differents rows as meaning the same thing. But in the data view, in power bi desktop, the same string as showing as: "thank you", e.g. chansing the uppercaser to lowercase. 😞
Source and power query.
ID_transaction | ID_person | string_person |
001 | 12 | Thank you |
002 | 13 | thank you |
Data view inside power bi
ID_transaction | ID_person | string_person |
001 | 12 | thank you |
002 | 13 | thank you |
is there anyway to avoid this issue?
thank in advance.
Solved! Go to Solution.
Hi @Peter_23
In short, if values that differ only in case are added to the column of a table, the engine will treat these values as equivalent, and they will be loaded using the "first" case encountered.
This article provides a good description of the issue:
https://www.sqlbi.com/articles/letter-case-sensitivity-in-dax-power-bi-and-analysis-services/
The comments under that article include some possible workarounds, such as this:
https://www.linkedin.com/pulse/solution-powerbi-case-insensitivity-marco-parravano
Hi @Peter_23
In short, if values that differ only in case are added to the column of a table, the engine will treat these values as equivalent, and they will be loaded using the "first" case encountered.
This article provides a good description of the issue:
https://www.sqlbi.com/articles/letter-case-sensitivity-in-dax-power-bi-and-analysis-services/
The comments under that article include some possible workarounds, such as this:
https://www.linkedin.com/pulse/solution-powerbi-case-insensitivity-marco-parravano
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |