I don’t expect that anyone will be blown away, at least initially, with the new demo gallery now available on the Microsoft Power BI site because to a business user, the content of those demos will look a little difficult to relate to if not a little nonsensical. Zany layouts aside, there is, however, a very significant piece of news to celebrate. Jen Underwood has already mentioned this in her excellent post but now we have a somewhat official, albeit not very conspicuous, evidence that two of the most requested features of the Microsoft BI stack that we have been anxiously awaiting for a very long time are finally becoming available:
- HTML5 support for Power View
- Support for Anonymous authentication and ability to expose Power View on a public anonymous site
Try to right click on the demos in the gallery and you will see that the familiar Silverlight menu option is no longer available, instead you will see a normal set of options that show up when you right click on any typical HTML element of the page. If you examine the source code a little bit close you will see <iframe
frameborder=”0″ allowtransparency=”true” scrolling=”no” id=”” style=”width:1024px; height:650px;” src=”https://powerbishowcase.sharepoint.com/_layouts/15/guestaccess.aspx?guestaccesstoken=sEKhHj4pZbI%2bedyTIbQ%2fywmdj7j9pVw0VsXZGwXN7ew%3d&docid=05e4c65f3966e46a9b72d2d3681955ac0&action=embedview&wdBIPreview=1″></iframe> that the HTML5 code is generated inside an IFRAME. Looks like there are several parameters, that will hopefully be documented soon, that are involved:
- Powerbishowcase.sharepoint.com – is the main URL
- Guestaccesstoken
- DocID
- Action (Embedview is already well documented)
- wdBIPreview
In fact, if you put all of the pieces together, you will be able construct this link https://powerbishowcase.sharepoint.com/_layouts/15/guestaccess.aspx?guestaccesstoken=sEKhHj4pZbI%2bedyTIbQ%2fywmdj7j9pVw0VsXZGwXN7ew%3d&docid=05e4c65f3966e46a9b72d2d3681955ac0&action=embedview&wdBIPreview=1
It is good to see the Power BI site to get regular updates, particularly of such great significance. Definitely looking forward to the hopefully soon upcoming documentation for these awesome new features.