<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Getting data from trello in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Getting-data-from-trello/m-p/4839507#M63293</link>
    <description>&lt;P&gt;For anyone who wants to&amp;nbsp;analyze Trello data in Power BI (without manual export of data from Trello or installation of 3rd party tools), &lt;STRONG&gt;I have released a comprehensive open-source project on GitHub with the Power BI report (pbip format).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution uses the built-in web connector in Power Query.&amp;nbsp;&lt;SPAN&gt;The queries handle many of the Trello objects incuding boards, lists, cards, members, actions (card updates, comments, checklist completion). You get also the designed Semantic Model in Power BI with many of the Trello objects and several report pages&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;that can help you analyze list completion rates, inactive members and card returns.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Learn more: &lt;A href="https://datachant.com/2025/09/30/analyzing-trello-boards-in-power-bi/" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;GitHub repo: &lt;A href="https://github.com/DataChant/Trello-Power-BI" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Oct 2025 03:14:30 GMT</pubDate>
    <dc:creator>DataChant</dc:creator>
    <dc:date>2025-10-01T03:14:30Z</dc:date>
    <item>
      <title>Getting data from trello</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-data-from-trello/m-p/1933912#M30289</link>
      <description>&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;I am making a call to the Trello API, trying to get information contained in the Trello card,&lt;BR /&gt;I am mainly interested in knowing the date this card was born. I am making the call from Power Bi and&lt;BR /&gt;I have it connected through the web with a Json file, do not download the file, it is linked to Trello.&lt;BR /&gt;Do you know if there is the correct way to do this? I have tried in various ways and none have been able to obtain this information.&lt;BR /&gt;&lt;A href="https://api.trello.com/1/members/me/cards?key=AppKey&amp;amp;token=AccessToken" target="_blank"&gt;https://api.trello.com/1/members/me/cards?key=AppKey&amp;amp;token=AccessToken &lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;This call is supposed to return the information of the cards that I have access to, but when I do the query it returns an empty array. Please if you know how to solve it, I would greatly appreciate it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 20:45:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-data-from-trello/m-p/1933912#M30289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-01T20:45:10Z</dc:date>
    </item>
    <item>
      <title>Get data from trello</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-data-from-trello/m-p/1933905#M30319</link>
      <description>&lt;P&gt;Estimados,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estoy realizando una llamada a la API de Trello, intentando obtener información contenida en la tarjeta de Trello, principalmente me interesa conocer la fecha en que nació esta tarjeta.&amp;nbsp; La llamada la estoy realizando desde Power Bi y lo tengo conectado a través de la web con un archivo Json, no descargue el archivo, este está enlazado con Trello. Saben si existe la forma correcta de hacer esto? Lo he intentado de diversas formas y ninguna ha logrado obtener esta información.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.trello.com/1/members/me/cards?key=AppKey&amp;amp;token=AccessToken" target="_blank" rel="noopener"&gt;https://api.trello.com/1/members/me/cards?key=AppKey&amp;amp;token=AccessToken&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Esta llamada se supone debe devolver la información de las tarjetas a las que tengo acceso, pero cuando realizo la consulta devuelve una matriz vacía.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Por favor si saben como resolver se los agradeceria mucho.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 20:42:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-data-from-trello/m-p/1933905#M30319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-01T20:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from trello</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-data-from-trello/m-p/1937696#M30336</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you use this url:&amp;nbsp;&lt;A href="https://api.trello.com/1/members/me/cards?key=AppKey&amp;amp;token=AccessToken" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.trello.com/1/members/me/cards?key=AppKey&amp;amp;token=AccessToken&lt;/A&gt; to connect to Trello API?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Firsly, make sure&amp;nbsp;&lt;SPAN&gt;Trello&amp;nbsp;supports Rest API, then make sure the URL you use is correct and it is used to call&amp;nbsp;the information of the cards. If all is correct, follow this blog:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Power-Query/Using-a-REST-API-as-a-data-source/m-p/50400" target="_self"&gt;Using a REST API as a data source&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;It seems that you connect to this API successfully, and it will return Json. Some results of API will return Json File. You need to transform the Json file to Power BI Table. After table transformation, you will get&amp;nbsp;&lt;SPAN&gt;the information of the cards.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;For reference:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Desktop/Converting-JSON-data-into-PowerBI-table/m-p/256455" target="_self"&gt;&lt;SPAN&gt;Converting JSON data into PowerBI table&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.mssqltips.com/sqlservertip/4621/using-power-bi-with-json-data-sources-and-files/" target="_self"&gt;Using Power BI with JSON Data Sources and Files&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Rico Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 09:18:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-data-from-trello/m-p/1937696#M30336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-05T09:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from trello</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-data-from-trello/m-p/4701392#M61309</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Getting data from Trello means dealing with nested JSON and sometimes paging through a lot of results. Make sure your API tokens are working and keep an eye on rate limits so you don’t get blocked. You’ll likely need to flatten and clean the data in Power Query or whichever tool you’re using. If you want to avoid writing code, tools like &lt;A href="https://skyvia.com/data-integration/analyze-trello-with-powerbi" target="_self"&gt;Skyvia&lt;/A&gt; can handle syncing Trello data to a database or BI tool, taking care of paging and authentication for you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 10:05:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-data-from-trello/m-p/4701392#M61309</guid>
      <dc:creator>JamesLee94</dc:creator>
      <dc:date>2025-05-21T10:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from trello</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-data-from-trello/m-p/4839507#M63293</link>
      <description>&lt;P&gt;For anyone who wants to&amp;nbsp;analyze Trello data in Power BI (without manual export of data from Trello or installation of 3rd party tools), &lt;STRONG&gt;I have released a comprehensive open-source project on GitHub with the Power BI report (pbip format).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution uses the built-in web connector in Power Query.&amp;nbsp;&lt;SPAN&gt;The queries handle many of the Trello objects incuding boards, lists, cards, members, actions (card updates, comments, checklist completion). You get also the designed Semantic Model in Power BI with many of the Trello objects and several report pages&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;that can help you analyze list completion rates, inactive members and card returns.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Learn more: &lt;A href="https://datachant.com/2025/09/30/analyzing-trello-boards-in-power-bi/" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;GitHub repo: &lt;A href="https://github.com/DataChant/Trello-Power-BI" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 03:14:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-data-from-trello/m-p/4839507#M63293</guid>
      <dc:creator>DataChant</dc:creator>
      <dc:date>2025-10-01T03:14:30Z</dc:date>
    </item>
  </channel>
</rss>

