Forum Discussion
MFalk118
2 years agoFrequent Visitor
OAuth Authentication in Power Query M
I have a query like this: let headers = [#"Prefer" = "odata.maxpagesize=10000" ], updatedHeaders = Record.Combine({headers,GetOAuthHeader()}), Source = Web.Contents("https://devnst.visionpeople...
MFalk118
2 years agoFrequent Visitor
There was missing API Permissions in my OAuth client registration, so everything works in Power Bi, sorry for wasting your time :-S