1
votes

We are looking at the possible migration of reports from our reporting platform to PowerBI and have got PowerBI Desktop installed for a few quick tests; made a database connection, written a simple report and published it successfully. In this process, it has raised the question of what we would need to do, to restrict access to the reports we create for users outside of our organisation?

Someone mentioned that we need a PowerBI server, but cannot find a straight forward answer to confirm that and to identify what needs to be installed, etc.,

If we can get a bit of a "dummies guide to setting up" or reference to an article that explains in fairly simple terms that would be great.

1
You can use row level security, do a search and you will learn what it is aboutAldert
what is your source database?GRVPrasad
We're running a MySQL DBSean

1 Answers

1
votes

You can do three things for users outside your organisation:

1) You can use Azure Active Directory B2B, to add in external users and allocated the a Power BI Pro Licences and the secure the reports the normal way on a workspace or app

2) You can use Power BI Embedded A SKU's. Using this service you can create a web portal that uses this to display your own reports. You have to build you own front end, user login etc, it will just show the reports

3) You can use Power BI Report Server (PBRS) as an external website, you'll still need to add users to AD, but they don't have to be pro users. The link is for SSRS 2008, but most of it should apply as PBRS is a superset of SSRS