Forum Discussion
akashgera
5 years agoHelper I
Creating global variable and referencing it in power query
Hello Folks, I need your help in creating a global variable which will store a text value (known as access token), which will be used to assign a value to the headers in the Web.Contents function in...
- 5 years ago
just create a independent qurey, say MyToken, and let it return the token text
then you can reference MyToken as variable everywere.