Forum Discussion

Dev_SS's avatar
Dev_SS
Regular Visitor
3 years ago

Power BI streaming dataset and historical data analysis using API

Hello Team,

I have two quick queries to check with my development. I am working on an integration with Power BI REST API mode for streaming dataset. 

1. I am planning to push huge amount of data to the streaming dataset. I got a API URL having the auth in itself to push a row to the table in JSON format. Will I be able to use the same API url to push huge amount of data in batches and if so what are the limitations in it ? Also is it account on plan based ?
2. I wish to push large data only to those datasets that has historical data analysis toggle enabled and I wish to fetch if the toggle is enabled or not using APIs. How to do that and does it require any authentication or oauth or only the dataset ID ?
3. Using the public API url is there anyway we can get the dataset data like is historical data analysis toggle enabled or not ?

Thanks in advance.