Forum Discussion
Power BI Embedded with Row-Level Security?
- 10 years ago
I see this has been implemented...
https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-rls/
Thank you, Power BI team!
I see this has been implemented...
https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-rls/
Thank you, Power BI team!
- shy901010 years agoNew Member
Hi Kevhav
We are in exactly the same position as yourself in that we have a client portal who are authenticated through Azure Active Directory and when successful azure pass a bearer authentication token. I would very much like to authenticate our users using this token so the data pulled back will only be for them.
Have you got this implemented and got it working and if so would be great to know if you got row level security working for multi tenants.
Thanks
- kevhav10 years agoContinued Contributor
Haven't implemented it yet, no. But we are considering it for future functionality, for our external consumers of reports.
- VishvaPowerBI9 years agoRegular Visitor
Hi , Is the sample code shown in the link working. I am talking abt code under the topic -- "Embed a Power BI report with in iFrame" (in the page How to use Power BI Embedded with REST) . the code located at the very bottom of the page with PHP code (start with
<?php // 1. power bi access key $accesskey = "MpaUgrTv5e..."; // 2. construct input value $token1 = "{" ...
I changed access key, and other values and report id as well but it just display
This content is not available.
Learn more about Power BI.Pls help...
- nimishr8 years agoNew Member
Hi Guys,
Just wondering if there has been any update to this? We are evaluating Embedded for a client and they need RLS. The forum discussion is very inconclusive.
Thanks in anticipation,
Nimish
- gilbertocrespo8 years agoAdvocate I
Maybe this content bellow may help you. It was updated on October 9, 2017.
https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-embedded-rls/