Forum Discussion
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
- jennrattenSuper User
You can use SessionID like this:
SessionId = SessionIDOr since you have assigned the SessionID value to SessionPar, you could do this:
SessionId = SessionPar - v-kkf-msftCommunity 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.