Forum Discussion
StephenF
3 years agoResponsive Resident
Fixing ingested urls, removing %2f etc
I want to convert these url parts to proper url strings to pull reports from, they are generated by a url themselves.
Theres a couple of urls chained here until i get to a CSV at thi...
djurecic
3 years agoSuper User
[Deleted]
- StephenF3 years agoResponsive Resident
Can you delete your reply. I'm looking for ways to decode the html encoding like "%2f" or "%3f" not text manipulation. thanks.
- StephenF3 years agoResponsive Resident
Basically im looking for the opposite of Uri.EscapeDataString([Column1]))
- djurecic3 years agoSuper User
Maybe this would work for you:
https://community.powerbi.com/t5/Desktop/How-to-decode-URL-component-using-M-Language/td-p/1250403