Forum Discussion
Anonymous
5 years agoNot applicable
Help with integrating parameters into String creation
My first post here. I've tried searching quite a bit and took a Udemy course to try to learn a bit more about M language but still a little stuck. I am trying to create an API call to get custome...
Anonymous
5 years agoNot applicable
Anonymous
Check out the discussions in this post, also concerns and suggestions are mentioned.
Solved: Protection of API Keys Stored in Parameter - Microsoft Power BI Community
Paul Zheng _ Community Support Team
- Anonymous5 years agoNot applicable
Paul - first, thank you for the reply. I had checked out that solution however the example in question is a key/value pair of Authorization/authkey
my problem is I need to append to the authkey (authkey = "CwsBearer = " then a very long key (that I'm storing in a parameter).
Headers = [#"Authorization"=authKey, #"Content-Type"="application/json"],