Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello to all
I'm new to the forum and I've been looking for several days for how to encode French accents (é, è, à ...) in PBI Services urls with the notion of filter (? filter = <Table> / <Field> eq ' PARAM ').
My example: ?filter=Société/NomSociété eq 'xxxxx'
I have tried several encodings without success. For precision, on tables and fields without accent the filters work very well.
Thank you for your suggestions and your help
Solved! Go to Solution.
Hi,
I fixed the problem, it came from encoding accents in the URL. Unicode had to be used for accents.
Société = Soci_x00E9_t_x00E9_
Thanks
Hi,
I fixed the problem, it came from encoding accents in the URL. Unicode had to be used for accents.
Société = Soci_x00E9_t_x00E9_
Thanks
Hi @Fx ,
You can log in to the Powerbi service directly, and then change the language in the setting without modifying the parameters in the URL.
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.