Forum Discussion
Anonymous
7 years agoNot applicable
SSAS Live connection with row level security on Report Server
Hi, I am using SSAS Tabular model created and using in Power BI report server. We have new security requirement of users logging and what they get to see in report. When i connect to SSAS Liv...
saykasku
Resolver I
7 years agoHi,
Do You have both services (SSAS and RS) on one machine?
If u don't have u need SPN to authentificate AD users.
Do You have same accounts in row level security in pbix and in row-level tab on RS in this report?
If not u need to add it.
Remember about that:
In Power BI Desktop function USERNAME() will return "<domain>\<user>"
In Power BI Report Server function USERNAME() will return "<user>@<domain>"