Forum Discussion
Anonymous
10 years agoNot applicable
URL parameter to filter report on a field with spaces
Jumping off from this example: http://stackoverflow.com/questions/35555694/passing-parameters-to-power-bi-filter-programmatically I can successfully get this filter URL parameter to work: https...
FGutiyama
Advocate I
7 years agoPowerBI leverages OData syntax, so try to replace the space by _x0020_ That worked for me.
- RichieRich5 years ago
Advocate III
Thank you, that's a great tip. Worked in the Power BI export function in Power Automate too