Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join 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.

Reply
DionTN
Helper II
Helper II

Unable to use output function as new parameter power query

DionTN_0-1658744652095.png

How do I use SessionID in the Vehicles query?

 

Thanks 🙂

1 ACCEPTED SOLUTION
v-kkf-msft
Community Support
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.

View solution in original post

2 REPLIES 2
v-kkf-msft
Community Support
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.

jennratten
Super User
Super User

You can use SessionID like this:

SessionId = SessionID

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

SessionId = SessionPar

 

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors