Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hey guys,
I'm starting to develop a custom connector for PowerBI using the Powerquery SDK in VS Code, and I'm having difficulty configuring authentication that allows me to read local files (on my "C:\example.xxx" for example).
Authentication using the method indicated in the documentation (Anonymous) does not work. I need to change the specification in the section below, right?
MyConnector = [
Authentication = [
// Key = [],
// UsernamePassword = [],
// Windows = [],
Anonymous = []
]
];
Thanks!!
Think ahead to when you deploy the custom connector to your gateways. These gateways will have no idea how to connect to your C: drive (nor do they have any business doing so).
Place your files on a OneDrive or other cloud file share.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.