Forum Discussion
Power BI Embedded questions
Hi Sunkari,
My response to your questions below:
1) Creating workspace is currently not available in Azure from the front end interface, it can be done through code. We are also waiting for this feature to be available on Azure so that we can manage workspaces from Azure.
2) I think you can implement report level security via ReportEmbedTokens. Following URLs can be helpful.
https://msdn.microsoft.com/library/mt710366.aspx
3) You can implement a RLS as well. Please have a look at the below URL:
https://powerbi.microsoft.com/en-us/documentation/powerbi-admin-rls/
Regards,
Adeel
Hi InsulaBIDev
By setting value of parameter, we want to change the data of report based on user role and region. So option of ReportEmbedToken is not relevant because it will force us to create different report for different users.
Second RLS is still not available in PowerBI Embedded.
- InsulaBIDev10 years agoFrequent Visitor
Hi sadiqkhoja,
Currently you can send a querystring parameter (indicating the dataset name and column name) at run time by which you can filter the records by user role or region but end user will be able to clear that filter from the report so you cant actually restrict the user not to clear the filter (as per my understanding). As this is still in preview, we might expect more enhancements in this regard.
However we have done a work around and it was fitting our needs, we have created separate workspaces for each customer/organization (not user). A customer may have many users accessing the reports. So by forcefully applying the customer Id at design time (under Edit Queries/Parameter) to view their organization related data, we have controlled this.
Every organization will be accessing their own workspace and report which has its own data in it.
May be you can think of a work around like that?
- Sunkari10 years agoResponsive Resident
InsulaBIDev: Did power BI has done any enhancements to this feature.
1) I have requirement of changing the background image of report based on client. Can i achieve this using parameters.
2) How much money microsoft collecting for AzureActiveDirectory authenication
- wabreza10 years agoMicrosoft Employee
Row level security is now available for Power BI Embedded.
https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-rls/