SSAS Tabular Connection Failed with PBIRS when using another user except the PBRIS installation user

55 Views Asked by At

I have SSAS tabular and PBIRS on another server and I have some Roles on SSAS with Row level filters, when i tried to develop powerbi report using powerbi desktop, everything is ok but when i uploaded the report to PBIRS, it always gives error when using option (as user view the report). after reading some articles, i discovered it requires Kerberos integration. after configuring Kerberos integration, it gives the same error again and even when using option (using the following credentials for data source, it did not accept any user except the installation user of PBIRS).... any recommendation for the solution.

Thank you.

1

There are 1 best solutions below

0
On

If it is failing when testing RLS with "View as...", be aware that PowerBI.com has a bug that RLS is case sensitive when using this feature.
enter image description here

See https://community.fabric.microsoft.com/t5/Service/Is-Role-Level-Security-RLS-Case-Sensitive-for-Email-Addresses/m-p/2504687. I haven't been able to confirm whether access fails, or just when testing with "View as...".

The workaround is to add LOWER( ) to your RLS rule.
LOWER( [User] ) = LOWER( USERPRINCIPALNAME() )

I haven't been able to submit a bug report yet.