Forum Discussion
Anonymous
7 years agoNot applicable
Need Cookie in my Rest API Custom data connector - Help please.
// This file contains your Data Connector logic
section SynDNA;
[DataSource.Kind="SynDNA", Publish="SynDNA.Publish"]
shared SynDNA.Feed = Value.ReplaceType(SynDNAImpl, type function (url as Uri.Type...
Anonymous
5 years agoNot applicable
Did any of you get through the cookies process? I'm having a hard time working with cookies in power query. There is no information online about it and no doc that can be referred to, making it even more difficult. I see one more post where it was mentioned that the cookies were not allowed due to security reasons in past:
https://community.powerbi.com/t5/Developer/How-to-get-set-Cookies-inside-a-visual/m-p/347843
- Anonymous5 years agoNot applicable
Hello Team
I'm still chasing for the information on cookies. I would appreciate any response.
- Anonymous4 years agoNot applicable
how can i solve this? I also find myself in the same situation.
- rlemmi4 years agoFrequent Visitor
PQ does work with cookies. All you have to do is create a custom connector with VS.
Check this article from microsoft and follow their TripPin walkthrough.