Forum Discussion
manandhu
9 months agoNew Member
How to Save Custom Connector Credential/Connections into a Local Database(Read/Write) in PowerQuery
Hi everyone, I’m developing a Power BI custom connector using Power Query SDK and I need to store the user’s connection configurations (Service URL, Username, Password, Connection Notes, etc.) insid...
- 9 months ago
Hi manandhu
PQ can't INSERT/UPDATE/DELETE through a connector.
To read existign connections you can use Extension.CurrentCredential()
Handling authentication for Power Query connectors - Power Query | Microsoft Learn
In your connector you can use things like DataSource.Kind and DataSource.Path which are saved in the PBIX or Service.
Using a Data source path for Power Query connectors - Power Query | Microsoft Learn
Phil
v-echaithra
8 months agoCommunity Support
Hi manandhu ,
May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.
Thank you.