Anyone successful with pushing data into PowerBI using TOS?
PowerBI has API's that allow you to push data into a dataset for "near realtime" analytics. Has anyone been successful to use TOS for this? A pre-step is to get authentication from an app registered in Azure, hence the dependency.
I've not done it , but it looks quite easy. It uses OAuth 2.0 for authentication. I have written a tutorial on how to do this with Google products (there won't be significant differences in the approach). You can see this
here.
As for actually using it once you have authentication sorted out, it is just a matter of getting to grips with Rest service calls. I would suggest moving to Talend ESB before working on this. It covers all of the DI stuff with the ESB stuff, making it easier to work with Rest.
The best way to learn this stuff is to try it out. It honestly isn't hard.