<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Exporting data to Powerbi]]></title><description><![CDATA[<p dir="auto">Anyone has any ideas on how we can get automated exports to Powerbi for better visualisation?</p>
]]></description><link>https://community.disciple.tools/topic/84/exporting-data-to-powerbi</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 17:56:13 GMT</lastBuildDate><atom:link href="https://community.disciple.tools/topic/84.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Apr 2024 15:25:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Exporting data to Powerbi on Sun, 19 May 2024 19:41:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cairocoder" aria-label="Profile: CairoCoder">@<bdi>CairoCoder</bdi></a> thanks</p>
]]></description><link>https://community.disciple.tools/post/259</link><guid isPermaLink="true">https://community.disciple.tools/post/259</guid><dc:creator><![CDATA[B M]]></dc:creator><pubDate>Sun, 19 May 2024 19:41:01 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting data to Powerbi on Mon, 13 May 2024 11:17:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/b-m" aria-label="Profile: B-M">@<bdi>B-M</bdi></a> I've uploaded my samples to the plugin's github repository in the documentation folder: <a href="https://github.com/cairocoder01/disciple-tools-data-reporting/tree/master/documentation/cloud-functions" rel="nofollow ugc">https://github.com/cairocoder01/disciple-tools-data-reporting/tree/master/documentation/cloud-functions</a></p>
<p dir="auto">There are readme files that should help explain what is all happening and the different features. Let me know if anything is confusing or hard to decipher.</p>
]]></description><link>https://community.disciple.tools/post/244</link><guid isPermaLink="true">https://community.disciple.tools/post/244</guid><dc:creator><![CDATA[CairoCoder]]></dc:creator><pubDate>Mon, 13 May 2024 11:17:21 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting data to Powerbi on Thu, 09 May 2024 22:33:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cairocoder" aria-label="Profile: CairoCoder">@<bdi>CairoCoder</bdi></a> We will explore the same with Azure. Store the data in Azure Blob Storage and then feed it into our data lake. We’ll benefit from the JavaScript file, so please share so that we don’t reinvent the wheel</p>
]]></description><link>https://community.disciple.tools/post/241</link><guid isPermaLink="true">https://community.disciple.tools/post/241</guid><dc:creator><![CDATA[B M]]></dc:creator><pubDate>Thu, 09 May 2024 22:33:07 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting data to Powerbi on Tue, 30 Apr 2024 10:14:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/b-m" aria-label="Profile: B-M">@<bdi>B-M</bdi></a> Here is the overview that I have in the plugin's backend settings screen:</p>
<blockquote>
<p dir="auto">To stay within free usage, we are going to save data to Cloud Storage and load those files into BigQuery instead of streaming data directly into BigQuery. Because of this, there are 2 different Cloud Functions that will be utilized.</p>
<p dir="auto">As an overview, these are the steps that will be taken:</p>
<p dir="auto">Cloud Function (HTTP): Receive JSON data from plugin. Save as JSON line-delimited file in Cloud Storage.<br />
Cloud Storage: Bucket will temporarily hold generated data file.<br />
Cloud Function (Storage trigger): Function is triggered when a new file is uploaded to storage bucket. Meta data will be read to know what table to load the data into, and the file will be loaded into BigQuery.<br />
BigQuery: Holds data ready for reporting. Easy to connect to various visualization tools</p>
</blockquote>
<p dir="auto">Let me know if that's helpful. I could share the javascript code that I use for the functions, but I would have to remove some proprietary logic that I added to mine to support some other specific business needs.</p>
]]></description><link>https://community.disciple.tools/post/207</link><guid isPermaLink="true">https://community.disciple.tools/post/207</guid><dc:creator><![CDATA[CairoCoder]]></dc:creator><pubDate>Tue, 30 Apr 2024 10:14:15 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting data to Powerbi on Sat, 27 Apr 2024 08:05:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cairocoder" aria-label="Profile: CairoCoder">@<bdi>CairoCoder</bdi></a> When you say, you can do a cloud functions approach, can you list the steps of how you carry this out in GCP and we’ll try to replicate that in Azure.</p>
]]></description><link>https://community.disciple.tools/post/203</link><guid isPermaLink="true">https://community.disciple.tools/post/203</guid><dc:creator><![CDATA[B M]]></dc:creator><pubDate>Sat, 27 Apr 2024 08:05:30 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting data to Powerbi on Fri, 26 Apr 2024 08:51:32 GMT]]></title><description><![CDATA[<p dir="auto">I'm the maintainer of the Data Reporting plugin and currently use it to send data into Google BigQuery. There is a provider for streaming data into GCP BigQuery, but I use a combination of cloud functions and cloud storage to import CSV files so that you don't incur the cost of streaming updates.</p>
<p dir="auto">The plugin breaks out the data into tables for contacts, contact activity, groups, and group activity.</p>
<p dir="auto">If you have a different data storage behind your Power BI that's not GCP, you can either do a similar cloud function approach (the plugin has built-in support for sending data to a webhook URL for you to process however you need) or we could look at another data provider integration.</p>
]]></description><link>https://community.disciple.tools/post/194</link><guid isPermaLink="true">https://community.disciple.tools/post/194</guid><dc:creator><![CDATA[CairoCoder]]></dc:creator><pubDate>Fri, 26 Apr 2024 08:51:32 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting data to Powerbi on Fri, 26 Apr 2024 08:39:30 GMT]]></title><description><![CDATA[<p dir="auto">Hey <a class="plugin-mentions-user plugin-mentions-a" href="/user/b-m" aria-label="Profile: B-M">@<bdi>B-M</bdi></a>, Great question.</p>
<p dir="auto">We have 2 metrics related plugins.<br />
<a href="https://disciple.tools/plugins/metrics-export/" rel="nofollow ugc">https://disciple.tools/plugins/metrics-export/</a><br />
and <a href="https://disciple.tools/plugins/data-reporting/" rel="nofollow ugc">https://disciple.tools/plugins/data-reporting/</a></p>
<p dir="auto">I think <a href="https://disciple.tools/plugins/data-reporting/" rel="nofollow ugc">https://disciple.tools/plugins/data-reporting/</a> is the one we'll want. I've forwarded your question and waiting to hear back with confirmation.</p>
]]></description><link>https://community.disciple.tools/post/193</link><guid isPermaLink="true">https://community.disciple.tools/post/193</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Fri, 26 Apr 2024 08:39:30 GMT</pubDate></item></channel></rss>