sending Power BI report via email to internal teams (Distribution group) - powerbi

I want to share the power BI report to the people who are not pro licensed users in our organization. Is there any way to do it as i could only add the people who have pro license as of now. As I want to share the reports on weekly basis to the internal larger group in the organization, I couldn't make all of them get the pro license. I am not looking for PDF versions. Also, Is there a way to send this using custom mail box rather than from the Microsoft Power BI email (i.e. the email of the report should go from my email id rather than the default microsoft power bi email id).

There are a couple of options but I suspect none meet your needs.
1) Install Power BI Desktop on all user's PCs and have them manually open the file from a network share.
2) Make the report accessible to the public, then everyone can access it for free (and I mean everyone).
3) Power BI Premium allows access without a Pro licence but it's significantly more expensive and only makes economic sense if you're talking about needing over 600 users.
4) If you have an SQL Server Enterprise agreement and Software Assurance then you can install Power BI Report Server locally. It largely does the same things but is a bit behind the cloud version.

Related

Power BI - reports embedded, row level security & refresh rate for customers

My team plans to build a web platform which gathers data in a DB about different crypto transactions. I am planning to use Power BI to get that data from the db and build some reports which will be embedded into the web platform, reports which will be accessed by users who log in in the web platform.
Is this possible, taking into consideration the following aspects?
I want to apply row level security access so that users who log on the web platform will be able to see only data related to them?
Should I assign a Power BI Pro license to each user who registers the platform in order to be able to see the data or is there any other solution to this?
How often may I set-up data refreshes/updates? 30 minutes?
I am looking to apply row level security access and have users access the reports based on their web platfrom login credentials. Hopefully this is possible. I read something about Power BI Report for Customers using App Owns Data. Is this the right solution?
For the App Owns Data, you will be building a portal on top of an embedded capacity. I assume that you will be using an 'A' Sku.
I want to apply row level security access so that users who log on the
web platform will be able to see only data related to them?
Yes you can use RLS to control what users see what data, in an embedded context . (See here)
Should I assign a Power BI Pro license to each user who registers the
platform in order to be able to see the data or is there any other
solution to this?
No, you don't need a PBI Pro license for each user for your platform, this is handled by the capacity. You'll only need Pro for those who are developing the reports. Your other users, handled by your web portal will be 'read only'.
How often may I set-up data refreshes/updates? 30 minutes?
You can set up the report schedule as normal in the portal, up to 48 times per day with a capacity based Power BI Dataset.
I would take a look at the MS documentation here for more details on the what embedded can do, and also capacity planning for your users.

Sharing Power BI Dashboards - External Users

we are running Power BI on Premium Capacity, I have been trying to share my reports and dashboards with people outside the organization, with no luck. I need some solid instructions on how to share content with external users, with people outside the organization. There is nothing online that makes sense. Some articles say, as long as you have Premium you can just share with anyone. Testing this usually does not work too well. Other articles say I have to add them to my Azure AD, then share, but you need Premium. I thought the benefit of Premium is that you can share, with users that are external. We do many dashboards that need to be shared externally, Power BI is difficult to take seriously if it will not allow this functionality. Please help!
With Power BI Premium, yes you can share with anyone, it is focused on sharing with users in your own organisation/tenancy, as with Premium, you can allocate those users with Power BI Free licenses, so they act as 'Read Only' users. It saves the expense of allocating a Power BI Pro License to consume reports. For users external to your O365 tenancy, you can still share in a few ways.
Create a user for them in your active directory so they have to log in with a '#yourdomain.com' email address. They are allocated a Power BI Free license and can be allocated to the relevant workspace or app.
Add the external user as an guest to your domain. This way they can log into using their '#theirdomain.com' email address
With option 2 the guest user will have to use your tenancy id in the url, they can't just go to app.powerbi.com as they will be logging into their Power BI tenancy. It will be something like https://app.powerbi.com/home?ctid=1234f5f6-12f3-4567-8ab9-123a456bc78d
. With the guest user, you can allocate them a Power BI Free, or if they have one allocated to them in their domain you don't have to. (You don't have to have Power BI Premium to use this option, you can allocate them a Pro license if you wanted to, or they can bring their own.)
There is a third option under the licensing term of Power BI Premium, is that you can used Premium as a backend to your own website that hosts Power BI reports (App owns data), like you can do with Power BI Embedded. You have to build you own website that surfaces and handles reports access, so they don't log into Power BI directly, just your website that sits in top of it.

Options for sharing dashboards with sensitive information with PowerBI

I have a dashboard I've built using Power BI, that contains sensitive information. I want to share this dashboard with external users outside of my organization, that do not and will not have PowerBI.
From everything I've read, it appears I have a few options:
The external recipient of the dashboard would need to download Power BI Pro (from my understanding, they won't be able to view my dashboard with anything other than Power BI Pro?)
I somehow embed my dashboard in a Sharepoint which the external recipients have access to - but from what I've read, this seems likely to fail since they don't have Power BI.
I publish dashboard to the web, and have no way to password protect or restrict access.
Are these my only options? Am I correct in that anyone I wish to share the dashboard with needs Power BI Pro to view, or I need to publish it to the open web and let it be publicly available?
If this is the case.. this is just one more reason I am disenchanted by Power BI.
There are other options in addition to these you mentioned already (i.e. directly sharing through adding users to the workspace, embed in SharePoint and Publish to web).
Sharing (except Publish to web, which is public) require both the publisher and the consumer to have Power BI Pro licenses (which is not the case for you). Purchasing Power BI Premium (P SKUs only) will allow you to share reports with non-Pro (i.e. Power BI free users), but they still needs Power BI licenses (although free). Also this will costs you thousands per month and has annual commitment, which means you can't buy this for a month or two.
If this doesn't work for you, you can also:
Export these reports to PDF or PowerPoint and share the files with them.
If the report imports the data (see Dataset modes in the Power BI service), you can send them the .pbix file directly. It can be opened in Power BI Desktop even without having no Power BI account at all.
Publish the report to local instance of Power BI Report Server, where you can control who can access the report. You need either Power BI Premium (P SKUs) or SQL Server Enterprise with software assurance for that.
Embed the report using Power BI's API into custom written application, implementing app owns data scenario (see Tutorial: Embed Power BI content into an application for your customers and for example this answer).
To add to Andrey's answer, depending on the number of users you can use Azure AD B2B so you can have guest users access your Power Bi Reports and allocated work-spaces. However it depends on the number.
For example if you need to add 100 users, and you pay for the Power BI Pro licenses then it would be cheaper to design a basic portal and use the Power BI Embedded option and build you own basic web portal to embedded the reports in (The app owns data scenario). The basic A SKU's start around the same price as about 73 Pro licenses, or £570 per month. There will be extra cost in development of the portal and the running costs on top of the Embedded price
If your external end user is going to pay for the Pro license, then Azure AD B2B could work for you.
Hope that helps

Sharing a Power BI report as a Pro user with non pro users

I would like to share a Power BI report with users within my organization. I have a Power BI Pro account. The other users don't have one. Is this possible?
The users I am sharing with cannot open the report. It says they need to be in a Pro account.
Sharing is Pro feature. This means that the publisher and every consumer needs Power BI Pro license (except for Power BI Premium, when only the publisher needs to be licensed).
You have these options to share the report with non-licensed users:
Buy Premium
Deploy the reports to Power BI Reporting Server on-premise or use other reporting engine (e.g. SSRS)
Send them the .pbix files directly (e.g. by e-mail)
Export the report to file (e.g. PowerPoint) and share it
Use Publish to web - keep in mind that this makes them public and anyone with this link can see them (also there are some limitations, e.g. you can't do this for reports with RLS)
Embed within your application using app owns data scenario (see: Embed Power BI content into an application for your customers)
And of course, buy Power BI Pro licenses for your colleagues :)
If you are Office 365, and have Teams and/or SharePoint, you can use Power BI Embedded, to inset the reports into Teams and SharePoint. Users will be able to access the reports with out a Pro license. Depending on the number of users that will consume the reports you may save so money.
https://jlsql.blog/2018/01/30/power-bi-embedded-sku-differences-and-cost-breakdowns/
this gives an idea of the cost to capacity. As the capacity is limited int CPU and Ram you may need to schedule any data fresh so you don't hit the memory limits

Does Power BI Rest API need only one Power BI Pro account for integrate reports, which will use for all end users?

We are working Power BI Reports and we are new in Power BI. For embed Power BI reports in our web application we want to choose Rest APIs.
Is it possible that we subscribe only one Power BI Pro account and publish our all reports and it could be available for all end-users with access token?
Technically that's possible, but I'm not sure if it's ok from licensing point of view.
I mean, Power BI Premium was released so that not all of the people in the organization should need Pro licenses. With Premium you're able to create and publish a report with a single Pro license and everybody else viewing the report can be Free-license users. The report might contain some Pro-freatures (like a gateway connection to on-premise) and it's still viewable to Free-users.
Premium isn't cheap, but it might work in some middle to large size organizations.
Another way to publish a report to multiple users is to use Publish to web -feature (https://powerbi.microsoft.com/en-us/documentation/powerbi-service-publish-to-web/), but it's got some limitations and security related issues.