Forum Discussion
Anonymous
5 years agoNot applicable
Auto refresh data from API on web
Hi everyone! As a newbie I'm trying to set an auto-update the API from a CRM service. I've found some tutorials here but no success. The API use a Header token. How can I add the API/token_name ...
- Anonymous5 years ago
Done...I went to the dataset in PBI service online and set a auto refresh and worked ¬¬ haha
Thanks guys!!
mahoneypat
Microsoft Employee
5 years agoPlease see if this post helps.
Solved: Pull data from a REST API Authentication - Microsoft Power BI Community
Looking at documentation at the link you provided, you'll need to have the following in the header
content-type: application/json
token_exact: <your token>
Regards,
Pat
Anonymous
5 years agoNot applicable
Thanks for the quick response!
I'll try right now.