Forum Discussion
DocDri
1 year agoHelper I
Filter via Power-BI URL does not work
Hello, I want to filter a report via URL. That worked well for me with several fields, but with one I have a problem: The Table name is MMM_GGG: Table000 The field name is: Order Number ...
- 1 year ago
I have the solution now. Colon (:) has to be coded with x003a_ and underscore (_) with _x005f_ so the correct url which works is:
?filter=MMM_x005f_GGG_x003a__x0020_Table000/Order_x0020_Number eq '123AB'
DocDri
1 year agoHelper I
I have the solution now. Colon (:) has to be coded with x003a_ and underscore (_) with _x005f_ so the correct url which works is:
?filter=MMM_x005f_GGG_x003a__x0020_Table000/Order_x0020_Number eq '123AB'