<?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: Power BI automation in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4656536#M60497</link>
    <description>&lt;P&gt;First, I upload the empty raw account file in OneDrive.&lt;BR /&gt;&lt;BR /&gt;Then, I import the OneDrive folder in Power BI Desktop and selected "Combine &amp;amp; Transform Data".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Power Query, I filter out the empty raw account file and enable fuzzy matching and set threshold = 0.8 when merging queries as new. Join: Left Outer (all from first, matches the second).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I create the table visual and create the efficiency measure for the card visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have save and publish the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power Automate:&lt;/P&gt;&lt;P&gt;Recurrence -&amp;gt; Refresh a dataset in power BI -&amp;gt; Delay: 15 seconds -&amp;gt; Run a query against a dataset -&amp;gt;Parse JSON -&amp;gt; Create CSV table -&amp;gt; Create file in OneDrive&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the user uploads the raw account file, power automate will activate automatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the power automate finishes successfully, Power BI report in workspace automatically refreshes and shows the results in table visual and the efficiency value in card visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, it also create a file in OneDrive and display the result from the table visual.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Apr 2025 01:10:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-04-17T01:10:34Z</dc:date>
    <item>
      <title>Power BI automation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4648375#M60355</link>
      <description>&lt;P&gt;Assume a user uploads a file in a onedrive.&lt;/P&gt;&lt;P&gt;A refresh on the report should automatically trigger on workspace.&lt;/P&gt;&lt;P&gt;Power BI should automatically import that file as raw account and compare it with clean account file&lt;/P&gt;&lt;P&gt;and the results should be visible in a table visual&lt;/P&gt;&lt;P&gt;and efficiency in card visuals&lt;/P&gt;&lt;P&gt;and after the refresh is done, take the export from the table visual and upload it on onedrive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything should be automatic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please assist how to solve this problem.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 10:04:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4648375#M60355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-11T10:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI automation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4648732#M60361</link>
      <description>&lt;P&gt;What's the problem you are encountering?&amp;nbsp; If a data source for a Power BI semantic model is located on SharePoint/OneDrive and that data source changes then allegedly the semantic model refresh is initiated "within the hour".&amp;nbsp; If you don't want to wait for that you can use a Power Automate trigger "When file is modified" to initiate the refresh request.&amp;nbsp; Make sure to debounce it though to avoid 429 errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 12:49:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4648732#M60361</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-04-11T12:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI automation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4648910#M60365</link>
      <description>&lt;P&gt;First, a user uploads an excel file in onedrive. Then, &lt;SPAN&gt;a refresh on the Power BI report should automatically trigger on workspace. After that, I need to make Power BI automatically import that file in onedrive. How can I do it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 15:32:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4648910#M60365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-11T15:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI automation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4649172#M60368</link>
      <description>&lt;P&gt;Use the Power Automate trigger "When a file is added" rather than "When a file is modified".&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 17:36:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4649172#M60368</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-04-11T17:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI automation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4651230#M60409</link>
      <description>&lt;P&gt;Hi @Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/P&gt;
&lt;P&gt;It looks like you are facing issue while trying to set up automatic refresh for your data which is in onedrive. As&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;already responded to your query, please go through his response and mark it as solution if it answers your query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also take a moment to thank&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;,&amp;nbsp;for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Hammad.&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps then please mark it as a solution, so that other members find it more quickly.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 11:03:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4651230#M60409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-14T11:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI automation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4656536#M60497</link>
      <description>&lt;P&gt;First, I upload the empty raw account file in OneDrive.&lt;BR /&gt;&lt;BR /&gt;Then, I import the OneDrive folder in Power BI Desktop and selected "Combine &amp;amp; Transform Data".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Power Query, I filter out the empty raw account file and enable fuzzy matching and set threshold = 0.8 when merging queries as new. Join: Left Outer (all from first, matches the second).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I create the table visual and create the efficiency measure for the card visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have save and publish the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power Automate:&lt;/P&gt;&lt;P&gt;Recurrence -&amp;gt; Refresh a dataset in power BI -&amp;gt; Delay: 15 seconds -&amp;gt; Run a query against a dataset -&amp;gt;Parse JSON -&amp;gt; Create CSV table -&amp;gt; Create file in OneDrive&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the user uploads the raw account file, power automate will activate automatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the power automate finishes successfully, Power BI report in workspace automatically refreshes and shows the results in table visual and the efficiency value in card visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, it also create a file in OneDrive and display the result from the table visual.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 01:10:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4656536#M60497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-17T01:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI automation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4657366#M60519</link>
      <description>&lt;P&gt;There is no guarantee that the refresh completes successfully in under 15 seconds. Make that delay much longer, or change the flow to include refresh status polling.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 11:28:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4657366#M60519</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-04-17T11:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI automation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4660877#M60599</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;As we haven’t heard back from you, so just following up to our previous message. I'd like to confirm if you've successfully resolved this issue or if you need further help.&lt;/P&gt;
&lt;P&gt;If yes, you are welcome to share your workaround and mark it as a solution so that other users can benefit as well. If you find a reply particularly helpful to you, you can also mark it as a solution.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you still have any questions or need more support, please feel free to let us know. We are more than happy to continue to help you.&lt;BR /&gt;Thank you for your patience and look forward to hearing from you.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 10:48:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4660877#M60599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-21T10:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI automation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4661984#M60632</link>
      <description>&lt;P&gt;I have solved the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, I upload the empty raw account file in OneDrive.&lt;BR /&gt;&lt;BR /&gt;Then, I import the OneDrive folder in Power BI Desktop and selected "Combine &amp;amp; Transform Data".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Power Query, I filter out the empty raw account file and enable fuzzy matching and set threshold = 0.8 when merging queries as new. Join: Left Outer (all from first, matches the second).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I create the table visual and create the efficiency measure for the card visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have save and publish the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power Automate:&lt;/P&gt;&lt;P&gt;Recurrence -&amp;gt; Refresh a dataset in power BI -&amp;gt; Delay: 15 seconds -&amp;gt; Run a query against a dataset -&amp;gt;Parse JSON -&amp;gt; Create CSV table -&amp;gt; Create file in OneDrive&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the user uploads the raw account file, power automate will activate automatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the power automate finishes successfully, Power BI report in workspace automatically refreshes and shows the results in table visual and the efficiency value in card visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, it also create a file in OneDrive and display the result from the table visual.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 00:50:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4661984#M60632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-22T00:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI automation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4662160#M60637</link>
      <description>&lt;P&gt;HI&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Glad to know your issue has been resolved. Can you please mark the helpful reply as solution so that other community members can solves their related issues easily.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Hammad.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 05:13:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-automation/m-p/4662160#M60637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-22T05:13:12Z</dc:date>
    </item>
  </channel>
</rss>

