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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi all
I'm a relatively new user to PowerBI and Get&Transform in Excel, but I'm genuinely intrigued and excited by the possibilities that PowerBI can offer.
I would like to be able to make my data source be a private Trello board, so that my dashboard in PowerBI would be constantly up to date. I do know that I can export Trello to JSON and make that my data source, but of course, that is static data.
So far Trello is not a featured service, but I wondered if there was a way to do it, considering I'm the admin of the Trello board and have access to the API key and tokens etc.
Any help and advice is greatly welcomed.
Solved! Go to Solution.
@dean_rowntree,
Based on my research, Trello provides rest api to access its data. You can use web connector in Power BI Desktop to connect to the Trello api. There is an web url example for your reference.
https://api.trello.com/1/boards/560bf4298b3dda300c18d09c?fields=name,url&key={YOUR-API-KEY}&token={A...}
You can check more details in the following blog and similar thread.
https://developers.trello.com/reference/#introduction
https://community.atlassian.com/t5/Trello-questions/Trello-Rest-API-to-get-all-Trello-cards-which-us...
Regards,
Lydia
@dean_rowntree,
Based on my research, Trello provides rest api to access its data. You can use web connector in Power BI Desktop to connect to the Trello api. There is an web url example for your reference.
https://api.trello.com/1/boards/560bf4298b3dda300c18d09c?fields=name,url&key={YOUR-API-KEY}&token={A...}
You can check more details in the following blog and similar thread.
https://developers.trello.com/reference/#introduction
https://community.atlassian.com/t5/Trello-questions/Trello-Rest-API-to-get-all-Trello-cards-which-us...
Regards,
Lydia
@Anonymous thank you very much for the information, a lot to get me started.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.