Forum Discussion

medwards807's avatar
medwards807
Helper I
9 years ago

How to Authenticate to a REST API with basic Authentication in Power BI Blank Query

I have a need to access a REST API (JSON) to access data in CSV format.   https://apiURL/apps/api/batch-query/   With Header as follows:   Authorization = "Basic <encoded username : password>" ...