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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I have a private Trello table and need to get data from it? Is there a -free- connector to use in Power BI? I have read other posts but understood nothing, I need a 101 solution.
Thank you all.
Regards,
Solved! Go to Solution.
Hi @Medmbchr ,
You can use the CData Power BI Connector for Trello to visualize Trello data in Power BI.
Installing the Power BI Connector creates a DSN (data source name) called CData Power BI Trello. This the name of the DSN that Power BI uses to request a connection to the data source. Configure the DSN by filling in the required connection properties.
You can use the Microsoft ODBC Data Source Administrator to create and configure the DSN: From the Start menu, enter "ODBC Data Sources" and select the CData PowerBI REST DSN. Ensure that you run the version of the ODBC Administrator that corresponds to the bitness of your Power BI Desktop installation (32-bit or 64-bit). You can also use run the ConfigureODBC.exe tool located in the installation folder for the connector.
Trello uses token-based authentication to grant third-party applications access to their API. When a user has granted an application access to their data, the application is given a token that can be used to make requests to Trello's API.
Trello's API can be accessed in 2 different ways. The first is using Trello's own Authorization Route, and the second is using OAuth1.0.
Follow the steps below to build a query to pull Trello data into the report:
In the Query Editor, you can customize your dataset by filtering, sorting, and summarizing Trello columns. Click Edit to open the query editor. Right-click a row to filter the rows. Right-click a column header to perform actions like the following:
Power BI detects each column's data type from the Trello metadata retrieved by the connector.
Power BI records your modifications to the query in the Applied Steps section, adjusting the underlying data retrieval query that is executed to the remote Trello data. When you click Close and Apply, Power BI executes the data retrieval query.
Otherwise, click Load to pull the data into Power BI.
For more information, you can refer this documentation:
Author Power BI Reports on Real-Time Trello Data (cdata.com)
Hope this helps you.
Best Regards,
Community Support Team _Yinliw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
For anyone who wants to analyze Trello data in Power BI (without manual export of data from Trello or installation of 3rd party tools), I have released a comprehensive open-source project on GitHub with the Power BI report (pbip format).
The solution uses the built-in web connector in Power Query. The queries handle many of the Trello objects incuding boards, lists, cards, members, actions (card updates, comments, checklist completion). The solution uses includes the design of the Trello objects in the Semantic Model and several report pages that analyze list completion rates, inactive members and card returns.
Learn more: here
GitHub repo: here
For anyone who wants to analyze Trello data in Power BI (without manual export of data from Trello or installation of 3rd party tools), I have released a comprehensive open-source project on GitHub with the Power BI report (pbip format).
The solution uses the built-in web connector in Power Query. The queries handle many of the Trello objects incuding boards, lists, cards, members, actions (card updates, comments, checklist completion). The solution uses includes the design of the Trello objects in the Semantic Model and several report pages that analyze list completion rates, inactive members and card returns.
Learn more: here
GitHub repo: here
Hi @Medmbchr ,
You can use the CData Power BI Connector for Trello to visualize Trello data in Power BI.
Installing the Power BI Connector creates a DSN (data source name) called CData Power BI Trello. This the name of the DSN that Power BI uses to request a connection to the data source. Configure the DSN by filling in the required connection properties.
You can use the Microsoft ODBC Data Source Administrator to create and configure the DSN: From the Start menu, enter "ODBC Data Sources" and select the CData PowerBI REST DSN. Ensure that you run the version of the ODBC Administrator that corresponds to the bitness of your Power BI Desktop installation (32-bit or 64-bit). You can also use run the ConfigureODBC.exe tool located in the installation folder for the connector.
Trello uses token-based authentication to grant third-party applications access to their API. When a user has granted an application access to their data, the application is given a token that can be used to make requests to Trello's API.
Trello's API can be accessed in 2 different ways. The first is using Trello's own Authorization Route, and the second is using OAuth1.0.
Follow the steps below to build a query to pull Trello data into the report:
In the Query Editor, you can customize your dataset by filtering, sorting, and summarizing Trello columns. Click Edit to open the query editor. Right-click a row to filter the rows. Right-click a column header to perform actions like the following:
Power BI detects each column's data type from the Trello metadata retrieved by the connector.
Power BI records your modifications to the query in the Applied Steps section, adjusting the underlying data retrieval query that is executed to the remote Trello data. When you click Close and Apply, Power BI executes the data retrieval query.
Otherwise, click Load to pull the data into Power BI.
For more information, you can refer this documentation:
Author Power BI Reports on Real-Time Trello Data (cdata.com)
Hope this helps you.
Best Regards,
Community Support Team _Yinliw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 50 | |
| 34 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 94 | |
| 77 | |
| 41 | |
| 26 | |
| 25 |