Skip to content

JasonDunbar/PBI_API_WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Power BI Sandbox

Since the launch of some of the new API components (namely Groups, Dashboards, Tiles) I've been tinkering with examples in order to understand the order of events and the flow of information. Ultimately, my goal was to put together a small proof of concept app which could be further utilised in different web platforms when the requirements fit.

There's a great Example App from the Microsoft Power BI team to get you started, but I thought I could improve upon it.

###Things I did differently:

  • Where as the Web App provided by Microsoft relies on the click of a button to show a Tile, i've made it all dynamic with cascading dropdowns and an auto-refreshing iframe, determined by the tile that's selected.
  • I've placed a TextBox on the page to show the JSON that is returned from the API calls
  • User guidance! Partly the idea of this was to demonstrate the capabilities to lesser technical people in order to better explain concepts and sell benefits.
  • I've put the javascript into a namespace and I'm using jQuery to make the javascript a little more readable

Usage

Feel free to grab it and try it out. Though there's quite some setup before you do that:

For a comprehensive guide on some of the javascript elements that are required to make this work, you might want to check out this Power BI Developer blog post

Small Disclaimer

I'm not a developer and therefore it's likely that a lot of my code stinks and may not follow what's considered 'best practice' :-)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published