We have a system which uses Power BI for cutomers to check data.
Reports invoke SQL Server functions with parameters changing per client, currently their Twitter Username,
so reports are the same except for the parameter.
The current deployment approach is to manually create a template, then when a new client arrives, open the template, change the parameter save and publish the report for that specific client.
We'd like to automate that process in this way
* User creates and account on our website by logging in with Twitter
* System starts creating the reports with the modified parameters to reflect the client's user.
* Publish the report ( either on a new Group within our tenant, or the ideal scenario: publishing on a new group in the client's tenant)
Is there any way to automate this process from Power BI, I have checked the API but it seems very limited at the moement.