Forum Discussion
How to Save Custom Connector Credential/Connections into a Local Database(Read/Write) in PowerQuery
- 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
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