Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
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.
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.
You can use SessionID like this:
SessionId = SessionID
Or since you have assigned the SessionID value to SessionPar, you could do this:
SessionId = SessionPar