Forum Discussion
mSchmidt
11 years agoNew Member
PowerBI Rest API - forced expiration after 90 days?
Hi, Iam looking into using the REST api to send data from our customers solutions to PowerBI. We will be using a windows service to stream live data to PowerBI. However as i read it the custom...
BlowfishUK
11 years agoNew Member
You may want to consider looking into the DevScope PowerBIPS Module
It is possible to use the Get-PBIAuthToken cmdlet to get an authentication token to access PowerBI with a combination of Username, Password and Client ID. This token can be scripted.
I am currently uploading data directly to PowerBI from PowerShell scripts using this method. As a new token is obtained each time the script is run, timout isn't a problem.