Forum Discussion
URL link changes capital letters to regular ones after loading Power Query. Why?
- 6 years ago
Hi AliceW ,
"And I couldn't figure out what you mean by the blank."
I mean insert a space before a1.
Actually for this problem, there are currently two possible solutions:1. Use M language
https://blog.crossjoin.co.uk/2019/10/06/power-bi-and-case-sensitivity/
2. Modify value
Just like I did before, insert the corresponding characters in the column value to distinguish the column value.Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Alice,
It Worked!!
Though I have to admit I don't know why it should work as the ID also has lowercase and uppercase letters that could also change their case. But somehow it doesn't. Something is different, but I don't know what.
How did you realize this could be a solution?
Thanks again for your time in solving this issue.
All the best,
Rob
Rob,
So happy I could help :0) I agree it's a strange behaviour, one field sometimes changing while the other stays the same.
I think I just had a hunch when I realised the Internal ID field matched the last part of the URL.
I now use the same logic for all fields I need an URL for: Accounts, Leads etc.
Best of luck with your reports!
Alice