Forum Discussion
Cinkov
3 years agoFrequent Visitor
PowerApps access in Mobile PowerBI (QR code scanner)
Hi! I prepared a tool in PowerApp which allows you to scan QR codes and display content. The app work in PowerApp, but after implementation inside PowerBI report - the app is displaying but I don't ...
- 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