Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
I have data with capital text in excel like this
| item | Code |
| 1 | 0019000000Mivpu |
| 2 | 0019000000MivpU |
When I import it into Power BI, they are transformed into this like
| item | Code |
| 1 | 0019000000MivpU |
| 2 | 0019000000MivpU |
The last word u in the first code is capitialised then make it similar to the second code which bias data.
Do you have anyway to fix it?
Solved! Go to Solution.
Unfortunately I have to tell you that this will not be possible without workarounds. Here is an idea you should upvote.
It's really sad that it still can't be done today.
Workaround -> https://stackoverflow.com/questions/47830288/case-sensitivity-in-power-bi
If this post was helpful may I ask you to mark it as solution and give it some kudos?
Have a nice day!
BR,
Josef
Hey,
as @JosefPrakljacic already mentioned, this is not possible. I just want add this to provide a little more insight, even if this will not help to solve the "issue" using some kind of workaround.
The Power Query engine uses case-sensitive locale for its operations, whereas Analysis Services Tabular (the storage engine used inside Poewr BI to answer all our analytical questions) uses a case-insensitive local. This means that the latter just stores one item instead of two.
For this the remove duplicates transformation task inside Power Query will treat both strings as different, this can make creating relationships between tables a time-consuming task, until one discovers this behavior.
I assume this behavior will not change in the near future, as I imagine this a huge engineering task.
Regards,
Tom
Unfortunately I have to tell you that this will not be possible without workarounds. Here is an idea you should upvote.
It's really sad that it still can't be done today.
Workaround -> https://stackoverflow.com/questions/47830288/case-sensitivity-in-power-bi
If this post was helpful may I ask you to mark it as solution and give it some kudos?
Have a nice day!
BR,
Josef
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 44 | |
| 38 | |
| 34 | |
| 21 | |
| 17 |
| User | Count |
|---|---|
| 66 | |
| 65 | |
| 31 | |
| 26 | |
| 26 |