Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Wolt
Regular Visitor

Do not work pass parameters url with Cyrillic letters

Hello, Do not work pass parameters url with Cyrillic letters

 

 

URL?filter=Таблица/Поле eq 'value'

 

 

 

 

3 REPLIES 3
Alexander_PRO
New Member

Привет, Wolt!

 

Напишу тут, думаю, я не один такой, кто мучался с решением. Например, таблица называется "Объект". Если перевести в unicode, то получится:

\u041E\u0431\u044A\u0435\u043A\u0442

Это нам не подойдет. Есть такая штука как http://0xcc.net/jsescape/ . Тут можно привести в вид &#xXXXX; Делаем тоже самое но уже под нужный формат:

Объект

Но это все равно не то, работать не будет, так как там своя какая то кодировка. Надо допиливать вручную:

&#x422 -> _x0422_

Вот такой символ будет работать. Теперь надо все перевести в такой вид и все будет работать.

Вот так, например, будет выглядеть d Объект/id Объектаeq 20777 в виде фильтра в URL:

filter=d_x0020__x041e__x0431__x044a__x0435__x043a__x0442_%2Fid_x0020__x041e__x0431__x044a__x0435__x043a__x0442__x0430_%20eq%20777

 

Wolt
Regular Visitor

Latins word: "Table" and "Field" is worked:

 

URL?filter=Table/Field eq 'value'

 

But Cyrillic word: "Таблица" and "Поле" is not works:

 

URL?filter=Таблица/Поле eq 'value'

 

 

v-henryk-mstf
Community Support
Community Support

Hi @Wolt ,

 

Make sure the filter criteria are in the form of Table/Field:

URL?filter=Table/Field eq 'value'

 

vhenrykmstf_0-1656310300285.png

For more details, you can read related document:

Filter a report using query string parameters in the URL - Power BI | Microsoft Docs

 

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.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.