I am trying to use Power Query to download an Odata Feed that I created using .net Web Api 2 and the OData v4 nuget package.
I'm trying to access an Odata feed that requires authentication. When I edit the authentication type in power query, I'm never seeing the authentication key come through in the request.
How do you configure Power Query to use a specific type of authentication?
Bonus: I'm using OAuth, so how would I configure power query to send in a header with auth data that includes "Authorization Bearer:token_here"