The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am developing a PowerBI Embedded application using React. What I need is to filter out rows by parameter client_id in table client. There're few options found but none is good to me. Maybe, there's a different way?
1. Using PowerBI RLS. This is not good, because I need to create Microsoft user for everyone.
2. Filtering by adding hidden filter into my application. Not good, because user might open his browser's Developer tools and figure out how to change the filter.
I need a way to get token for already filtered report and without creating thousand users.
Thanks for any help.
Solved! Go to Solution.
Hi @yehonotan_phy ,
Which embedded analytics solution you are using? If you are using Embed for your customers, you can refer the following links to achieve it. The embed for your customers solution allows you to build an app that uses non-interactive authentication against Power BI, and the customers don't need to sign in using Power BI credentials to view the embedded content.
Row-level security with Power BI Embedded
Best Regards
Hi @yehonotan_phy ,
Which embedded analytics solution you are using? If you are using Embed for your customers, you can refer the following links to achieve it. The embed for your customers solution allows you to build an app that uses non-interactive authentication against Power BI, and the customers don't need to sign in using Power BI credentials to view the embedded content.
Row-level security with Power BI Embedded
Best Regards