<?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: Authoring reports with direct push data in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Authoring-reports-with-direct-push-data/m-p/61695#M1968</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="9690" data-lia-user-login="ChrisWilliams" class="lia-mention lia-mention-user"&gt;ChrisWilliams&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I'm trying to build a workable PowerBI solution as an ISV. My goal is to use the existing PowerBI service (not embedded) to present data dashboards. I'm not against embedded, but that will come a bit later.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tried several other approaches, such as publishing my data using OData, but&amp;nbsp;didn't see the success I'd hoped for, especially with large data sets. &amp;nbsp;So now I'm considering direct push through the rest API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I take this approach, I believe that I have to author reports in the cloud and won't be able to use PowerBI desktop. &amp;nbsp;Am i correct in that? &amp;nbsp;If I author in the cloud, how will I save what I author so that I can apply it elsewhere? &amp;nbsp;&lt;STRONG&gt;When I had a .pbix file, I could always upload it to a customer's PowerBI environment through REST.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be ideal to get a schema and data from my cloud instance, and then download back to the desktop app so that I could author there. &amp;nbsp;Then when I was happy with what I had, I could pubish the .pbix to another customer's Power BI workspace and start sending data, which would cause their reports to populate. And do this over and over.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions or anyone able to point me in the right direction?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't know any way to upload a PBIX via Rest API to Power BI Service. Could you share how you make it? The online documentation only shows how to get a dataset and push rows to the tables in the dataset through Rest APIs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However in Power BI embeded, there's a way to import pbix files.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2016 09:32:00 GMT</pubDate>
    <dc:creator>Eric_Zhang</dc:creator>
    <dc:date>2016-08-24T09:32:00Z</dc:date>
    <item>
      <title>Authoring reports with direct push data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Authoring-reports-with-direct-push-data/m-p/60508#M1940</link>
      <description>&lt;P&gt;I'm trying to build a workable PowerBI solution as an ISV. My goal is to use the existing PowerBI service (not embedded) to present data dashboards. I'm not against embedded, but that will come a bit later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried several other approaches, such as publishing my data using OData, but&amp;nbsp;didn't see the success I'd hoped for, especially with large data sets. &amp;nbsp;So now I'm considering direct push through the rest API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I take this approach, I believe that I have to author reports in the cloud and won't be able to use PowerBI desktop. &amp;nbsp;Am i correct in that? &amp;nbsp;If I author in the cloud, how will I save what I author so that I can apply it elsewhere? &amp;nbsp;When I had a .pbix file, I could always upload it to a customer's PowerBI environment through REST.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be ideal to get a schema and data from my cloud instance, and then download back to the desktop app so that I could author there. &amp;nbsp;Then when I was happy with what I had, I could pubish the .pbix to another customer's Power BI workspace and start sending data, which would cause their reports to populate. And do this over and over.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions or anyone able to point me in the right direction?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 18:17:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Authoring-reports-with-direct-push-data/m-p/60508#M1940</guid>
      <dc:creator>ChrisWilliams</dc:creator>
      <dc:date>2016-08-19T18:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Authoring reports with direct push data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Authoring-reports-with-direct-push-data/m-p/61695#M1968</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="9690" data-lia-user-login="ChrisWilliams" class="lia-mention lia-mention-user"&gt;ChrisWilliams&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I'm trying to build a workable PowerBI solution as an ISV. My goal is to use the existing PowerBI service (not embedded) to present data dashboards. I'm not against embedded, but that will come a bit later.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tried several other approaches, such as publishing my data using OData, but&amp;nbsp;didn't see the success I'd hoped for, especially with large data sets. &amp;nbsp;So now I'm considering direct push through the rest API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I take this approach, I believe that I have to author reports in the cloud and won't be able to use PowerBI desktop. &amp;nbsp;Am i correct in that? &amp;nbsp;If I author in the cloud, how will I save what I author so that I can apply it elsewhere? &amp;nbsp;&lt;STRONG&gt;When I had a .pbix file, I could always upload it to a customer's PowerBI environment through REST.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be ideal to get a schema and data from my cloud instance, and then download back to the desktop app so that I could author there. &amp;nbsp;Then when I was happy with what I had, I could pubish the .pbix to another customer's Power BI workspace and start sending data, which would cause their reports to populate. And do this over and over.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions or anyone able to point me in the right direction?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't know any way to upload a PBIX via Rest API to Power BI Service. Could you share how you make it? The online documentation only shows how to get a dataset and push rows to the tables in the dataset through Rest APIs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However in Power BI embeded, there's a way to import pbix files.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 09:32:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Authoring-reports-with-direct-push-data/m-p/61695#M1968</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2016-08-24T09:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Authoring reports with direct push data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Authoring-reports-with-direct-push-data/m-p/61867#M1976</link>
      <description>&lt;P&gt;Hi Eric, the REST api to upload a .pbix file is described at &lt;A href="https://msdn.microsoft.com/en-us/library/mt243840.aspx" target="_self"&gt;https://msdn.microsoft.com/en-us/library/mt243840.aspx&lt;/A&gt;. &amp;nbsp;This creates a new dataset in your cloud account and creates&amp;nbsp;reports based on what's in your .pbix file. &amp;nbsp;I've done this successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However if then you want to manipulate this data with some of the REST apis like a Row Operation (&lt;A href="https://msdn.microsoft.com/en-us/library/mt203566.aspx" target="_self"&gt;https://msdn.microsoft.com/en-us/library/mt203566.aspx&lt;/A&gt;), those operations will fail. &amp;nbsp;At this time, it doesn't appear that you can manipulate the row data from a .pbix that you uploaded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only way that you can do direct push of data is to create the tables and schema yourself and then send the data. &amp;nbsp;Alternately there's a new way in the web client to create a real-time data source. &amp;nbsp;But, the point is that the data is in the web client through either of these methods, and it seems you have to author reports there. &amp;nbsp;I don't see a way to author offline in the desktop client and then match that up with real-time or push data once you've sent your report definitions to the cloud.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 16:05:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Authoring-reports-with-direct-push-data/m-p/61867#M1976</guid>
      <dc:creator>ChrisWilliams</dc:creator>
      <dc:date>2016-08-24T16:05:44Z</dc:date>
    </item>
  </channel>
</rss>

