Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
In power bi report server how to add Active Directory domain group/user .
Solved! Go to Solution.
Hi @vasker ,
The best option for Power BI Reporting Server to authenticate on servers that are not joined to a domain is Basic or NTLM. using c, you should be able to create local users and authenticate on the reporting server.
For more details, you can read related document link as below:
Authentication with the Report Server - SQL Server Reporting Services (SSRS) | Microsoft Docs
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @vasker ,
The best option for Power BI Reporting Server to authenticate on servers that are not joined to a domain is Basic or NTLM. using c, you should be able to create local users and authenticate on the reporting server.
For more details, you can read related document link as below:
Authentication with the Report Server - SQL Server Reporting Services (SSRS) | Microsoft Docs
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.