<?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 Refresh dashboard once the data bricks tables are updated with the new data or Scheduled refresh? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Refresh-dashboard-once-the-data-bricks-tables-are-updated-with/m-p/3449941#M44698</link>
    <description>&lt;DIV&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;We have used Azure DataBricks as a data source to build the dashboard. We need to refresh the dashboard once the databricks tables are updated with the new data.&lt;/P&gt;&lt;P&gt;(OR)&lt;/P&gt;&lt;P&gt;Scheduled refresh to refresh the data from Azure databricks automatically. Like every day at a specified time.&lt;/P&gt;&lt;P&gt;Access Azure Databricks data source using the Power BI service...&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone come across the same situation?&lt;/P&gt;&lt;P&gt;Where i can find the below configurations,?&lt;/P&gt;&lt;P&gt;Azure Databricks dataset for the report in the Power BI service, expand Data source credentials, and click Edit credentials&lt;/P&gt;&lt;P&gt;Link:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/partners/bi/power-bi#access-azure-databricks-data-source-using-the-power-bi-service" target="_blank" rel="noopener"&gt;Connect Power BI to Azure Databricks - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 27 Sep 2023 14:11:21 GMT</pubDate>
    <dc:creator>ssspk</dc:creator>
    <dc:date>2023-09-27T14:11:21Z</dc:date>
    <item>
      <title>Refresh dashboard once the data bricks tables are updated with the new data or Scheduled refresh?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Refresh-dashboard-once-the-data-bricks-tables-are-updated-with/m-p/3449941#M44698</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;We have used Azure DataBricks as a data source to build the dashboard. We need to refresh the dashboard once the databricks tables are updated with the new data.&lt;/P&gt;&lt;P&gt;(OR)&lt;/P&gt;&lt;P&gt;Scheduled refresh to refresh the data from Azure databricks automatically. Like every day at a specified time.&lt;/P&gt;&lt;P&gt;Access Azure Databricks data source using the Power BI service...&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone come across the same situation?&lt;/P&gt;&lt;P&gt;Where i can find the below configurations,?&lt;/P&gt;&lt;P&gt;Azure Databricks dataset for the report in the Power BI service, expand Data source credentials, and click Edit credentials&lt;/P&gt;&lt;P&gt;Link:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/partners/bi/power-bi#access-azure-databricks-data-source-using-the-power-bi-service" target="_blank" rel="noopener"&gt;Connect Power BI to Azure Databricks - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Sep 2023 14:11:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Refresh-dashboard-once-the-data-bricks-tables-are-updated-with/m-p/3449941#M44698</guid>
      <dc:creator>ssspk</dc:creator>
      <dc:date>2023-09-27T14:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh dashboard once the data bricks tables are updated with the new data or Scheduled refresh?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Refresh-dashboard-once-the-data-bricks-tables-are-updated-with/m-p/3450365#M44699</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="622485" data-lia-user-login="ssspk" class="lia-mention lia-mention-user"&gt;ssspk&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest you create a notebook in Azure Databricks that calls the Dataset Refresh API in Power BI for your dataset right after all the tables in databricks have been loaded. Here a video for inspiration:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=bwiD-nCSKvc" target="_blank" rel="noopener"&gt;How To Refresh Your Power Bi Dataset Using Python? #python #powerbi #biconsultingpro - YouTube&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you orchestrate the loading of the notebooks in an ETL tool like Azure Data Factory, you could do the same via an Azure Data Factory Pipeline:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.tackytech.blog/how-to-refresh-power-bi-datasets-from-data-factory-with-managed-identity/" target="_blank" rel="noopener"&gt;https://www.tackytech.blog/how-to-refresh-power-bi-datasets-from-data-factory-with-managed-identity/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Tom&lt;BR /&gt;&lt;A href="https://www.tackytech.blog/" target="_blank" rel="noopener"&gt;https://www.tackytech.blog/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.instagram.com/tackytechtom/" target="_blank" rel="noopener"&gt;https://www.instagram.com/tackytechtom/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 18:17:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Refresh-dashboard-once-the-data-bricks-tables-are-updated-with/m-p/3450365#M44699</guid>
      <dc:creator>tackytechtom</dc:creator>
      <dc:date>2023-09-27T18:17:41Z</dc:date>
    </item>
  </channel>
</rss>

