General Question concerning Microsoft Power BI Embedded - web

I'm researching Microsoft Power BI in order to see if it would be a good fit for my organization. It's important that we can use the graphs made in Power BI on an external facing web application. I've watched videos over Power BI Embedded and all I can find are the solutions that look like an iframe, like a Widget. I want the flexibility to control each component of the report, put the items where they need to get in the web page, but maintain the interactions and data between these elements. Is that possible with Power BI? Does anyone have examples of data visualizations on external facing web applications that aren't wrapped up in an iframe? Any recommended documentation?

Yes you can pick out reporting elements in a Power BI report and embedded them into a web page. The Power BI Javascript api demo, does show some examples
https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html

Related

Confusion about PowerBI Query Editor View Tab

I am going through the tutorial and I am a bit confused about the View Tab of the Query Editor.
In the tutorial it's presented as a panel where I would be able to select "Data View" and "Schema View" like here:
When I installed the Power BI Desktop (I tried both 32 and 64 bit versions from here).
I see following items in the View Tab:
I am a bit perplexed whether I am using the same product described in the tutorial since I don't see the expected "Data view" and "Schema view" options.
The tutorial is basing snippets from the Power BI Service, as opposed to Power BI Desktop. Power BI Desktop is the downloadable software that you will use on your local machine. That being said, Power BI Service does allow users to develop reports in the Service. Development in the cloud (Power BI Service) will be very similar to development in Power BI Desktop (the local software), but there are some slight differences. Overall, I believe, Power BI Desktop has more functionality than Power BI Service when it comes to report development.
This may sound confusing, but really its pretty typical of Microsoft's app offerings. Think of Excel and Word, both of which have local software you can download and use. But they also have the minimalized functionality that exists in the cloud.
And to answer your question specifically, no, it appears that Power BI Desktop does not have those views at this time.

Where can we see the custom event of Application Insight in Power BI?

When importing data from Application Insight to Power BI, all the options that are there are related to page views and sessions. But I am not able to plot in the report the custom events.
This is currently not supported. We are working to enable this functionality soon

Embedding Microsoft Power BI into Liferay

I am currently doing a computer science degree. As part of my industry project for my university, I am developing a BI solution for a client. Having gone though the project I'd like to develop it using Liferay. Does anyone know whether it is possible to embed Microsoft Power BI into Liferay.
The ideal scenario is that the client logs in to a Liferay portal and views power bi dashboards on the portal. Can this be done, is it possible? If so how can this be achieved?
If not what are the alternatives?
I would appreciate your help.
By the way I have to use power bi as part of the project
Well, yes, of course it's possible. What do you need to do? It depends. You can use an iframe immediately or rewrite the reports UI in a portlet. You can even write the whole administrative UI as a portlet. These options were all in increasing amounts of effort you'll have to put into it (and frankly, rewriting all of the UI would be ridiculous, I don't expect you to do this).
You might want to check
Single Sign On for Liferay and BI
Options for BI to be integrated in any other applications, its API (might be: iframe, distinct media - e.g. images, JSON representations of reports etc)
The amount of seamless integration you need - e.g. is an extra click accepted? How many resources (time) do you have to implement the integration?
This was meant to be a comment, but it's too long for that.
PowerBI.com, Power BI for Office 365, or some of the on premises offers like Power View in SharePoint 2013?
For www.powerbi.com, embedding dashboards is something we're looking at. You can vote for it at the link below to keep updated when it is available.
https://support.powerbi.com/forums/265200-power-bi/suggestions/6769940-embed-visualizations-in-an-external-webpage
For Power BI for Office 365, you can embed excel workbooks that contain Power View sheets in web pages, though if you're building an applications this may not be ideal.
Let us know more of the details you're looking for.
Appreciate your using Power BI.
-Lukasz
http://dev.powerbi.com
http://blogs.msdn.com/powerbidev

Integrate PowerBI in windows 8 App

I am developing a windows 8 app . The app should render the PowerBI charts and reports hosted in a sharepoint site. I need to know whether there is any way to do this. I need to know if it is possible to view the charts made by PowerBI inside a windows 8 app.
Thanks
Thanks for the question. If you'd like to do this with Power View in Office 365, there's a way to do it. You can read about it here:
http://blogs.msdn.com/b/powerbi/archive/2014/12/11/embed-power-view-interactive-reports-in-your-blogs-and-websites.aspx
http://blogs.msdn.com/b/shishirs/archive/2014/02/13/analyzing-search-trends-using-powerbi.aspx
This works for embedding a canned report that is saved somewhere in Office 365. This probably won't work well for your Windows 8 application.
Embedding in applications is something we're looking to add in Power BI, but it's not available right now.
Please submit an idea at the link below to help us prioritize and keep you updated when we add this to the service.
http://support.powerbi.com/forums/265200-power-bi
Appreciate your using Power BI.
Lukasz P.
Power BI Team, Microsoft
If you'd like to stay up to date with the Power BI developer story updates you can register (http://solutions.powerbi.com/appsuggestion.html) or follow our blog (http://blogs.msdn.com/b/powerbidev/)

Best method for pulling data out of SharePoint to use with a Business Intelligence application

Asked this first on serverfault, and someone recommended that I ask here.
I'm looking for advice from anyone out there who has experience integrating SharePoint with a business intelligence application like Cognos.
Our BI team wants to be able to report on data stored in SharePoint. Their tool of choice is Cognos. What's the best way to get the data they're looking for OUT of SharePoint and into Cognos BI for analysis?
To clarify I'm NOT looking for a way to display Cognos reports in SharePoint. We want to take the list data from SharePoint and use Cognos to report on it.
Since the SharePoint database itself is extremely complex it is not recommended to access it directly. You do however have to alternatives to pulling the data out.
List RSS Feed
The simplest and easiest way would be to enable RSS on the lists you want exported and then pulling the RSS feeds into a seperate database using an external tool.
List WebService
The second option is to use the SharePoint List Web Services. These are standard ASMX webservices that expose the data inside any list to an external source. You can access any list as a Web Service as follows:
[Sharepoint Site Url] + _vti_bin/Lists.asmx.
The details on using the List Web Service is on MSDN here
Diago is right, never touch the DB. In answer to your BI question I recently responded to a similar one here Combining data from Project Server and SharePoint into a single report

Resources