The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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)