Forum Discussion
I want to use first API response in another Query without call it second time
I am creating new session in below query which name is Create_Session.
This created SessionId I want to pass in below new Query but when I refresh all then /testAPI/session/create_session call two times in backend.I do not want to call /testAPI/session/create_session in below query because I already pass Sessionid using variable (Createsession) then why /testAPI/session/create_session call in below Query?
2 Replies
- AnonymousNot applicable
Hi ViralGajjar2904 ,
-- Power Query is not suitable for write back, as it will by default execute queries multiple times: The first execution is to retrieve metadata in order to create a query execution plan. After that it will execute the execution plan.
There is no way you can suppress that.Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
- ViralGajjar2904Frequent Visitor
Anonymous
So what is alternate solution?