Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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)