Forum Discussion
Anonymous
6 years agoNot applicable
Power BI to connect with AWS ElasticSearch API
We are trying to consume the data into Power BI from AWS ElasticSearch API; Where the authentication method for this API is AWS SIgnature; Steps followed; 1. Get data -> Web 2. Given URL, then in...
Anonymous
6 years agoNot applicable
Hi Anonymous,
I'd like to suggest you send authorization tokens in request header instead of direct use them with connectors. Please take a look at the following link to know how to use web connector with rest api and authorizations:
Pull data from a REST API Authentication
Working with Web Services in Power Query
Regards,
Xiaoxin Sheng
Anonymous
6 years agoNot applicable
Thanks for the reply; Outstanding problem here is authentication method; How to deal with this AWS SIgnature method of authentication from power BI ?
- Anonymous6 years agoNot applicable
Hi Anonymous,
If you use the method that I mentioned above, you can choose 'anonymous' authorization mode and do credentials processing in the m query codes.
Regards,
Xiaoxin Sheng