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
Could you explain it in more details?
I am not sure how to add this Query param to my project.
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
- lbendlin3 years agoSuper User
You need to encode all the spaces in your table name.
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn
- 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?
- Cinkov3 years agoFrequent Visitor
To sum up.
I used the way you described and it works pretty well! I had a problem with the names of tables/fields - so I changed them inside PowerBI to avoid special characters and spaces (I tried to use special string codes but I couldn't handle it).
Also, I wasn't able to generate new QR codes (I had to work on existing ones, but they contain data that could be connected with my PowerBI report), so I used PowerApps to create QR code scanner which concatenate powerBI URL and formula for filter by value of QR code. It works very well, but I am curious, why PowerBi allows scanning only BarCodes and to QR codes needs big workaround.