Forum Discussion
Anonymous
6 years agoNot applicable
Getting data via REST API using Bearer as Authentication token
Hi I have my rest api which works fine in Postman with GET method and have authorization token as Bearer token and Accept Key as JSON. I would like to know how can I pull the data in Power Bi, Can an...
Anonymous
6 years agoNot applicable
Hi v-piga-msft ,
Thanks for the response. I managed to figure out, the authorization token , we need to just add the text of Authorization type.
So it works now if I pass the Authorization header as Bearer Token--xxx-xxx-id.
The above api give me the overall result, however I am still stuck when I try to append my filter value of start and end date in my api as ../.../api/v1/data?startdate= 01-01-2012&enddate=02-02-2017. This runs fine in Postman but in Power Bi i get error as 400 Bad request. Any other way to handle the filters and is there any way to pass the date dynamically??
Thanks again.
Ankku
gilbertendaya
5 years agoHelper IV
hi Anonymous can you advise how did you work on Authorization bearer?
I'm having the same problem.
Authentication error.