Hi all,
One of our customers wants to improve his existing PHP-based web app and give his clients possibility to track business data with PowerBI. My task is to evaluate if there's even possible to do that, and what'd be the cost of introducing PowerBI.
After quick review of Developer doc I got more questions than answer - maybe because Microsoft tools are not the ones, that I use on daily basis. To say the truth, I found existing doc somewhat confusing. So please indulge me, if the quetions below are too naive.
Our customer would like to have an app, where logged web user can create, edit and view individual reports regarding his own business. Something like on https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html. Users wouldn't have any extra PowerBI accounts (if possible).
The questions are:
1. Is it even possible to create PHP app, where web user can compose his own PowerBI report?
2. Is it possible for user not only to view, but also to compose his own report in web app, if he doesn't have PowerBI account?
3, Is it possible to give the user an access only to portion of data, that is related to his business? (so he couldn't see any sensitive business information of other users).
Thanks in advance for any answer.