Forum Discussion
rnoone
9 years agoHelper I
Does row level security work with embedded non-directquery mode?
I cannot seem to get row level security to work with my model. I have data loaded to a .pbix file and the pbix file has been loaded to a workspace collection. This is not directquery. The data is i...
- 9 years ago
rnoone wrote:
Ah, thanks. I think I forgot the role name.
RLS works regardless import or direct query mode. Check Row level security with Power BI Embedded.
var embedToken = PowerBIToken.CreateReportEmbedToken(this.workspaceCollection, this.workspaceId, report.Id, "User Name", roleList);'
So have you figured out the problem now?
rnoone
9 years agoHelper I
Ah, thanks. I think I forgot the role name.
Eric_Zhang
9 years agoMicrosoft Employee
rnoone wrote:
Ah, thanks. I think I forgot the role name.
RLS works regardless import or direct query mode. Check Row level security with Power BI Embedded.
var embedToken = PowerBIToken.CreateReportEmbedToken(this.workspaceCollection, this.workspaceId, report.Id, "User Name", roleList);'
So have you figured out the problem now?
- rnoone9 years agoHelper I
Yes, thank you. I should have just read the manual.