Forum Discussion
Anonymous
2 years agoNot applicable
Different capitalization in Power Query and loaded data affecting calculated columns
Hi there, I am having an issue which is affecting the accuracy of my work. I noticed that Power BI table view does not load all the variations of an entry, but it takes the first one and uses it...
- Anonymous2 years ago
I solved the issue by creating a new index column in Power Query for my data. After that, I copied the query of that table into a new one (IndexTable) where I only had the IDs containing different capitalised letters and the newly added index (removed all the other columns).
From that point on I can reference IndexTable and the newly added Index Column in Power BI to avoid the initial issue or merge queries in Power Query using the original ID since Power Query is case sensitive.
Helpful links:
https://blog.crossjoin.co.uk/2019/10/06/power-bi-and-case-sensitivity/
Ahmedx
2 years agoSuper User
refer to the following
https://blog.crossjoin.co.uk/2019/10/06/power-bi-and-case-sensitivity/