Open joyceerhl opened 3 years ago
*.pbix is just a zip file hence we should be able to create this fairly easily from within the extension. Just a thought. There seem to be plenty of powerbi npm packages. Though, i feel that such functionality might be best served as a seprate extension. but lets trash out the requirements first, as this sounds like a good idea.
Yes, I had another internal employee complain about this same thing when using PowerBI and they've moved to using notebooks for all their analyses. They said the one thing missing was the ability to host these notebooks on a dashboard
They said the one thing missing was the ability to host these notebooks on a dashboard
@DonJayamanne do you happen to know if there is anything prohibiting us from using that today?
The only challenge I can see is authentication. Sure we can have app service and rest of the code running under the user credentials, sounds very risky with ms credentials. I'd never do this, specially with all of the 3rd party code running...
Should check if there's a way to do with kusto (some other auth or credentials). Let me check
Yes this is possible, nothing stopping us today. Can use certificates or the like to authenticate on hosted server (azure app service etc) Check auth types here https://mybinder.org/v2/gh/Microsoft/jupyter-Kqlmagic/master?filepath=notebooks%2FQuickStart.ipynb
Today all our (internal) dashboards are PowerBI dashboards. PowerBI has no concept of version control, so anytime you want to update a PowerBI report, you have to:
I've had to do this several times (creating/updating shared PowerBI dashboards) and it's a massive pain.
We could host live Kusto notebooks on a webpage (this would effectively let us build version-controllable and hence collaboration-friendly PowerBI reports).
Original thought was to be able to export notebooks as PowerBI reports, but I imagine *.pbix is proprietary. (EDIT: might be able to use https://github.com/microsoft/powerbi-report-authoring)
/cc @claudiaregio