Quantcast
Channel: All Developer posts
Viewing all articles
Browse latest Browse all 48576

Re: Power Bi Embedded Row Level Security

$
0
0

Were you able to resolve the issue singhal?

I am having the same problem, using either one similar to the token in the sample and one with an exipration set as per Eric's.

 

IEnumerable<string> UserRoles = new List<string>() {"provider"};
var embedToken = PowerBIToken.CreateReportEmbedToken(this.workspaceCollection, this.workspaceId, report.Id, "10005", UserRoles);
var embedToken = PowerBIToken.CreateReportEmbedToken(this.workspaceCollection, this.workspaceId, report.Id, Convert.ToDateTime("2017-12-12"), "10005", new string[] { "provider" });

 


Viewing all articles
Browse latest Browse all 48576

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>