<?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 Upload Excel workbooks to Workspaces programmatically in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Upload-Excel-workbooks-to-Workspaces-programmatically/m-p/395286#M11768</link>
    <description>&lt;P&gt;Is it possible to&amp;nbsp;&lt;STRONG&gt;upload*&lt;/STRONG&gt;&amp;nbsp;Excel workbooks to Workspaces&amp;nbsp;programmatically? I've has a look at the &lt;A href="https://msdn.microsoft.com/en-us/library/mt147898.aspx" target="_self"&gt;REST API documentation&lt;/A&gt; but haven't found anything&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I'm trying to overcome the problem of not being able to refresh an Excel workbook that uses Power BI as a data source when it has been uploaded to a Workspace (as &lt;A href="https://blog.crossjoin.co.uk/2018/04/04/make-excel-reports-created-with-analyze-in-excel-work-after-publishing-to-power-bi/" target="_self"&gt;described here in Chris Webb's blog&lt;/A&gt;). My thinking is I could refresh locally and publish to Power BI on a schedule&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Upload, not import i.e. the Excel online in Power BI type experience&lt;/P&gt;</description>
    <pubDate>Thu, 12 Apr 2018 15:04:33 GMT</pubDate>
    <dc:creator>edwardrmiles</dc:creator>
    <dc:date>2018-04-12T15:04:33Z</dc:date>
    <item>
      <title>Upload Excel workbooks to Workspaces programmatically</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Upload-Excel-workbooks-to-Workspaces-programmatically/m-p/395286#M11768</link>
      <description>&lt;P&gt;Is it possible to&amp;nbsp;&lt;STRONG&gt;upload*&lt;/STRONG&gt;&amp;nbsp;Excel workbooks to Workspaces&amp;nbsp;programmatically? I've has a look at the &lt;A href="https://msdn.microsoft.com/en-us/library/mt147898.aspx" target="_self"&gt;REST API documentation&lt;/A&gt; but haven't found anything&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I'm trying to overcome the problem of not being able to refresh an Excel workbook that uses Power BI as a data source when it has been uploaded to a Workspace (as &lt;A href="https://blog.crossjoin.co.uk/2018/04/04/make-excel-reports-created-with-analyze-in-excel-work-after-publishing-to-power-bi/" target="_self"&gt;described here in Chris Webb's blog&lt;/A&gt;). My thinking is I could refresh locally and publish to Power BI on a schedule&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Upload, not import i.e. the Excel online in Power BI type experience&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 15:04:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Upload-Excel-workbooks-to-Workspaces-programmatically/m-p/395286#M11768</guid>
      <dc:creator>edwardrmiles</dc:creator>
      <dc:date>2018-04-12T15:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Excel workbooks to Workspaces programmatically</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Upload-Excel-workbooks-to-Workspaces-programmatically/m-p/395589#M11777</link>
      <description>&lt;P&gt;Where is the Excel File stored? Does the Excel file need to be replaced with different versions?&lt;/P&gt;&lt;P&gt;Power BI could sync the Excel file directly when the file is stored under OneDrive or OneDrive for Business (&lt;A href="https://docs.microsoft.com/en-us/power-bi/refresh-data#types-of-refresh" target="_self"&gt;Package refresh&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if here you would like to update the Excel file, it is not available through Power BI, or through Power BI Embeded API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may take a look at Microsoft Flow, to configure schedule update for the Excel files &lt;A href="https://asia.flow.microsoft.com/en-us/connectors/shared_onedrive/onedrive/" target="_self"&gt;stored in OneDrive&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 01:55:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Upload-Excel-workbooks-to-Workspaces-programmatically/m-p/395589#M11777</guid>
      <dc:creator>v-micsh-msft</dc:creator>
      <dc:date>2018-04-13T01:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Excel workbooks to Workspaces programmatically</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Upload-Excel-workbooks-to-Workspaces-programmatically/m-p/395861#M11788</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/12718"&gt;@v-micsh-msft&lt;/a&gt;&amp;nbsp;the Excel file will most likely be stored as a local file but could be OneDrive, however it's that automated publish which is important. This is beacuse you cannot refresh an Excel Workbook that has been uploaded to a Workspace.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Automating refresh oustide of Power BI is quite straightforwdard (e.g. using Powershell or VBA) so if I can automate the publish to a Workspace part I can overcome the problem&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 08:48:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Upload-Excel-workbooks-to-Workspaces-programmatically/m-p/395861#M11788</guid>
      <dc:creator>edwardrmiles</dc:creator>
      <dc:date>2018-04-13T08:48:39Z</dc:date>
    </item>
  </channel>
</rss>

