Forum Discussion
Report custom visual filter not working when report is viewed on mobile
I am using a custom visual (https://github.com/orihuela-iom/powerbi-public-query-parameters) to publish-to-web report using URL parameters. The report and the filter work fine when viewed on a browser on a desktop, however when you view the same report on a phone, the filter doesn't work. It did work up until 10/30/2025 but then it stopped all of a sudden.
Any ideas why and how I might make it work again?
5 Replies
- AmiraBedh
Super User
Hello !
Your custom visual applies filters only when the visual actually renders. If it isn’t placed on the report mobile layout, it won’t run so no filters get applied and this lines up with Microsoft guidance that URL based filtering doesn’t work when links jump into the mobile app and it only works in a mobile browser.
In PBI desktop, go to mobile layout then drag your QueryParameterFilter visual onto the canvas and make it tiny and the publish again.- jpsanabriaFrequent Visitor
Unfortunately, this is not correct. Mobile layouts only load on the PowerBI app. They do not load on Publish-to-web reports that are viewed on a normal mobile browser; which is the method I need to function.
- v-saisrao-msft
Community Support
Hi jpsanabria,
Thank you AmiraBedh, for your insights.
The filter isn’t working on mobile because the custom visual isn’t part of the Mobile Layout, so it never loads and the filter logic doesn’t run.
Publish to web from Power BI - Power BI | Microsoft Learn
Mobile layout view - Power BI | Microsoft Learn
Thank you.
- jpsanabriaFrequent Visitor
Unfortunately, this is not correct. Mobile layouts only load on the PowerBI app. They do not load on Publish-to-web reports that are viewed on a normal mobile browser; which is the method I need to function.
- v-saisrao-msft
Community Support
Hi jpsanabria,
Since this feature worked before but is now not functioning on mobile browsers, if the problem continues, please submit a support ticket using the link below so the backend engineer can assist in resolving the issue.:
Create a Fabric and Power BI Support Ticket - Power BI | Microsoft Learn
Thank you.