Forum Discussion
mthsdiniz
7 years agoFrequent Visitor
Retention Policy for PowerBI Rest API not working
Hello guys, I'm trying to use the PowerBI Rest API to create a live connection that update's the data everytime a new register is added on my oracle database... I've created a streaming datas...
- Anonymous7 years ago
Hi mthsdiniz ,
For use power bi rest api, you need to register on azure side first.
Register an Azure AD application to use with Power BI
Then you need to find out correspond guid of your dataset.(you can navigate to that dataset to find out this key)
Regards,
Xiaoxin Sheng
Anonymous
7 years agoNot applicable
Hi mthsdiniz ,
AFAIK, REST API not able to effect streaming dataset records.(they not real stored in dataset tabels)
If you turn on Historic option, power bi will record history data from streaming dataset, you can try to use 'Datasets Delete Rows' API to remove these history records.
Push Datasets - Datasets DeleteRows
Regards,
Xiaoxin Sheng