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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

0

Data Modeling Uppercase and Lowercase issues

Hello,

 

I'm pulling data from a MYSQL server and among the data that I have there several entries which have similar input however they differ from each other by having some of the letters in their composition UPPERCASE or LOWERCASE, the reasoning behind this is beyond me since I didn't create the database. Regardless, I need to accept all of the entries, however, whenever I apply my modifications to the query editor it transforms part of the entries from LOWERCASE to UPPERCASE values which create duplicates, which in turn doesn't allow me to have a table with unique values. There several examples of this disturbance, the screens bellow show once such case. Any ideea on how to retain the values unchanged from Query Editor to Data View?Query EditorQuery Editor

 

Data ViewData View

 

Status: Delivered
Comments
v-haibl-msft
Employee

@mancs

 

This is by design. Power BI workbook uses a case insensitive language setting. As a result, strings in the same column which differ only by cases will be consolidated into a single string depending on whichever happens to be imported first. Query Editor UI displays the strings in the original case before the Import, Data View shows the strings after the Import.

 

Best Regards,
Herbert

Vicky_Song
Impactful Individual
Status changed to: Delivered
 
Jayadev
Helper I

So what is the solution ?

chr9219
Frequent Visitor

Same is happening for me.  The data was imported into files correct and also looks correct in the Query editor, but is changing when I add the field to a table view.  For example,  I have one employee with the First name field is "Jane" and the Last Name field "Smith" and another employee with First Name field is "Mary" and the Last Name field is "SMITH".  In the table view both employees are showing with last name SMITH.  Or the reverse is happening they will both show as Last name Smith.  How can I get them to appear exactly how they were imported?

Anonymous
Not applicable

Please Microsoft PBI team to fix this issue...

 

 

BUG_ostie.JPG

 

 

BIWORKS
Frequent Visitor

same here

Anonymous
Not applicable

this is not solved! please comment

k3rz0rg
Advocate III

In case someone new trying to find the solution, here it is.

 

Query Editor > Add custom column

editor.jpg

 

result.jpg

 

Then apply modifications to that column.

Hope this will help.

 

Thanks,

K3.

Timaru_Golf
Advocate II

I am having the same issue -- this is not fixed.

 

There needs to be a way to maintain the integrity of the case within a text field when the case is significant to the application.

 

Andrew

Anonymous
Not applicable

Hello,

 

This issue still impacting the quality of data presented by Power BI tool. The workarround proposed bellow do not serves to everyone intents. 

In our case we ha a Data Quality solution which needs to identify records which haves the content in lower case, so this "typing manipulation" inside the tool is inpacting the disired behaviour.

 

Follows the example:

 

Power Query record

bug_UPPER_lower.png

Record shown in a table in the page

bug_UPPER_lower_2.png

Power BI Version 

bug_UPPER_lower_3.png

 

Best regards,

 

Anderson Acosta