Forum Discussion
PowerApps access in Mobile PowerBI (QR code scanner)
- 3 years ago
Hey Cinkov ,
1) Build a report URL that has query params that will used to filter the report (explained here: https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters)
2) Generate a QR code from this URL using any QR code generator.
3) Scan that QR code from Power BI Mobile app. The app will open the report and filter its data based on the query params you set.
Good luck,
Maya
mshenhav Maya, yes, that's what I am looking for. How can a user choice in the PowerApps visual impact the Power BI data model? Very curious!
Not sure about PowerApp, but if you have a QR generated from a Power BI report URL, that has query param (this QR can be generated by any QR generator that accepts valid URL) then scanning that QR from Power BI mobile app will load the report and will filter the data using the query params.
Maya
- lbendlin3 years agoSuper User
Don't want to hijack this thread, but I don't really care about the mobile app. I am curious how to implement this on the desktop and in the service.
- Cinkov3 years agoFrequent Visitor
Could you explain it in more details?
I am not sure how to add this Query param to my project.
- mshenhav3 years agoPower BI Team
Hey Cinkov ,
1) Build a report URL that has query params that will used to filter the report (explained here: https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters)
2) Generate a QR code from this URL using any QR code generator.
3) Scan that QR code from Power BI Mobile app. The app will open the report and filter its data based on the query params you set.
Good luck,
Maya
- Cinkov3 years agoFrequent Visitor
It looks very encouraging. I've been stocked with filtering URL link. I checked it many times but I have no idea where is a mistake:
This is the end of URL Link (where I add filter). After paste, I got 'page can't be found' warning.
Also, How should I properly copy link - I took them from web link or using shared method (and they are different).
And second question - is it possible to filter not whole page but chosen visualization?