Forum Discussion
Anonymous
3 years agoNot applicable
Report Server connect to Azure Analysis Services How to configure Data Source?
Our RS version is September 2022. We've built a report that connects live to our AAS instance and built some additional measures in the report. Works great in PBI-RS desktop. What is the correct way ...
d_gosbell
3 years agoSuper User
The docs say that AAS only works with username/password (which would not be any good for you if you need RLS) and you cannot have MFA enabled (see https://learn.microsoft.com/en-us/power-bi/report-server/data-sources#list-of-supported-authentication-methods-for-model-refresh )
If you need RLS and you have AAD enabled then publishing your reports to a workspace in the Power BI cloud service is probably your only option.
- Anonymous3 years agoNot applicable
Thanks d_gosbell . This report doesn't need RLS. I was able to verify that the non-MFA account that my team created wasn't up in AAD just yet, so I'll try again after I receive word that it is up there. Will update again once I can test it.