I'm trying to filter a Power BI tile in Powerapps.
After several trials and many reading I figured it our in my browers it looks like this:
&filter=PowerApp_Belichting_Basislijn/BedrijfLocatieId%20eq%204
However, I cannot get it to work on PowerApps
I tried these ones
&filter=PowerApp_Belichting_Basislijn/BedrijfLocatieId eq '4'"
&filter=PowerApp_Belichting_Basislijn/BedrijfLocatieId%20eq%20%4"
&filter=PowerApp_Belichting_Basislijn/BedrijfLocatieId eq 4"
and many other variations.
I read something about pinning the visual the correct way. I tried to Pin the report and to Pin the visual.
Can anyone help and tell me the right way to define the correct filter URL?