Hi all
After read all the post about this subject, still have a problem to filter PowerBI tile
In tile properties, the url was modified to support spaces:
TileUrl: "https://app.powerbi.com/embed?dashboardId=d7301.... ...fQ%3d%3d&$filter=Volumen_x0020_Historico/Marca eq 'MIRASOL'"
- Table Name: [Volumen Historico]
- Column Name: [Marca]
- Type: String
The resulting tile was not affected by the filter.
After a bunch of tests, I've realized that if I use a table name and a column name without spaces, the filtering occurs as expected.
So,
- What should I change in this expression:
&$filter=Volumen_x0020_Historico/Marca eq 'MIRASOL'
- Is there any way to debug/understand the error associated with this issue?
Thanks