Forum Discussion

DionTN's avatar
DionTN
Helper II
4 years ago
Solved

Unable to use output function as new parameter power query

How do I use SessionID in the Vehicles query?

 

Thanks 🙂

  • Hi DionTN ,

     

    In Power Query, the escape character for double quotes is represented as "" (two double quotes). So please try the code.

     

    ...
    sessionId = """"&SessionPar&""""
    ...

     

    If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
    Best Regards,
    Winniz
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

2 Replies

  • You can use SessionID like this:

    SessionId = SessionID

    Or since you have assigned the SessionID value to SessionPar, you could do this:

    SessionId = SessionPar

     

  • v-kkf-msft's avatar
    v-kkf-msft
    Community Support

    Hi DionTN ,

     

    In Power Query, the escape character for double quotes is represented as "" (two double quotes). So please try the code.

     

    ...
    sessionId = """"&SessionPar&""""
    ...

     

    If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
    Best Regards,
    Winniz
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.