Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all,
This is one for the experts. I would like to access my custom connector functions when querying / coding Power M in Visual Studio (with the Power Query SDK). I added my connector file to the
[Documents]\Power BI Desktop\Custom Connectors
folder. And my connector and functions are available in Power BI (Power Query):
Yet, when I access my shared functions within Visual Studio, my extension is not listed?
Does anybody have a solution for this?
Perhaps @ImkeF ?
Kind regards,
Steve.
Proud to be a Super User!
Awesome Keyboard Shortcusts in Power BI, thumbs up if you like the article
My Community Blog Articles (check them out!)
My Blog - Power M code to automatically detect column types -
How to create test data using DAX!
hey!
It should show up. It might not be sorted in alphabetical order, but it should show up if everything is setup correctly. Below is an screenshot of a test I just did with the template project that the SDK creates when you create a new data connector project:
(it's shown as PQExtension2.Contents)
Hope this helps!