Join 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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I'm trying to create a custom connector to take from a notion Database to then have it in power bi. I've tried to use the web connect with credentials and API keys but that has not worked at all. I'm looking into the M language and Power Query but there are no good examples or open-source projects of how connectors are made complete with an API and credentials etc. Is there an easier way of doing this
Here is a blog to connect to Notion in Power Bi.
For reference: Notion to power bi
If your data source support API, I think you can try to use a Rest API as data source.
For reference: Using a REST API as a data source
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@JackSoderstrom Have you looked here?
https://github.com/mbilling/PBIConnectors
microsoft/DataConnectors: Data Connector SDK and samples for Power Query and Power BI (github.com)