Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Peter_23
Helper V
Helper V

Change strings in power bi reports

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_transactionID_personstring_person
00112Thank you
00213thank you

 

Data view inside power bi

ID_transactionID_personstring_person
00112thank you
00213thank you

   

 

is there anyway to avoid this issue?

 

thank in advance.

1 ACCEPTED SOLUTION
OwenAuger
Super User
Super User

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


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
LinkedIn

View solution in original post

2 REPLIES 2
Peter_23
Helper V
Helper V

thanks @OwenAuger  I'll try.

OwenAuger
Super User
Super User

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


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
LinkedIn

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors