Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 Advanced tab filled in Authorization Header with value as AWS sign of available access Key & Secret Key;
Facing "Access to the resource is forbidden" error;
Seeking experts advise to proceed; How to successfully connect with AWS ES API from Power BI. #API #PowerBI #AWS #EsAPI
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
Thanks for the reply; Outstanding problem here is authentication method; How to deal with this AWS SIgnature method of authentication from power BI ?
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