This is a Power BI Data Connector created by Queryon. This connector allows data from Notion tables to be used in Power BI Desktop.
Follow the Microsoft Power Query documentation to set up this connector locally. You can also use https://github.com/microsoft/DataConnectors to help with the setup process on your local machine
When doing this you can compile this code and make contributions using visual studio. All file edits will be made in Notion.pq
Make sure your compiled file is in the correct directory [Documents]\Power BI Desktop\Custom Connectors
More info can be found on that here https://github.com/microsoft/DataConnectors
Follow the Queryon Youtube Video on our website to set up this connector locally from the Exe version.
To submit an issue for our open source tool on GitHub, please follow these steps:
- Click on the Issues tab at the top of the page.
- Click on the green New Issue button on the right-hand side of the page.
- Describe your issue in detail, including any error messages or steps to reproduce the issue.
- Assign any relevant labels or milestones to help us track the issue.
- Click the green Submit new issue button at the bottom of the page.
Developers who wish to contribute to the codebase can do so by submitting Pull Requests (PRs). Please follow these steps to submit a PR:
- Fork the repository to your GitHub account by clicking the "Fork" button at the top right corner of the repository page.
- Clone the forked repository to your local machine using
git clone
. - Create a new branch for your changes using
git checkout -b your-branch-name
. - Make your changes to the code and commit them using
git commit -m "Your commit message"
. - Push your changes to your forked repository using
git push origin your-branch-name
. - Go to the original repository on GitHub and click on the "Pull Requests" tab.
- Click on the green "New Pull Request" button.
- Select your fork and branch from the "compare" dropdown menu.
- Review your changes and click the green "Create Pull Request" button.
- Add a detailed description of your changes, any related issues, and any necessary screenshots or videos.
- Click the green "Create Pull Request" button to submit your PR for review.
Please ensure your code follows the project's style guide and passes any existing tests. We will review your PR and provide feedback or merge it if everything looks good.
Thank you for helping us improve our tool!
This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.