Problem Statement: I'm creating a dynamic application in which user select inputs and they are passed into Embed URL to filter data. But the column(Field) name in my dataset(Table) used in PowerBI is having space and number sign in its name. Example: Product #
?filter=Inventory/Product # eq 'PROD001'
Here Inventory is Table Name and Product # is Field Name. This gives error as when passing Field Name in URL it gives error.
I want to know how to convert it to unicode so that can be used in my URL. %20 is for space x0020 %23 is for number sign x0023