I’m working on a React.js web app that embeds a Power BI report connected to a Microsoft Fabric data warehouse. We track user location upon login. I want to filter the report dynamically based on the user’s location.
Here’s what I’ve achieved so far:
- Created a Power BI report with the desired data model.
- Published the report to Power BI Service.
- Integrated user location tracking in the React.js web app.
My question:
How can I securely filter the embedded Power BI report based on the user’s location within the React.js application? Are there recommended approaches to achieve this filtering functionality?
Chamod Dilushanka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.