Forum Discussion

akashgera's avatar
akashgera
Helper I
4 years ago
Solved

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...
  • wdx223_Daniel's avatar
    4 years ago

    just create a independent qurey, say MyToken, and let it return the token text

    then you can reference MyToken as variable everywere.