<?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 Connecting PowerBI to Oauth Provider Data Source in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Connecting-PowerBI-to-Oauth-Provider-Data-Source/m-p/153650#M5196</link>
    <description>&lt;P class="p1"&gt;Hello - my company runs a web application. &amp;nbsp;I work mostly as a front-end developer, but I've been charged with doing research to figure out how our clients who use PowerBI could pull data from our application into PowerBI. &amp;nbsp;I envision a flow like this: &amp;nbsp;In PowerBI Desktop, the user selects our application as a data source and proceeds through steps to authorize PowerBI to access our application's data in a read-only format. Our application already has some capabilities for OAuth built into it, so using an OAuth authorization mechanism could be an option. &amp;nbsp;But I'm not really sure where to begin. &amp;nbsp;Any help or advice on how to get started would be appreciated.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2017 21:58:51 GMT</pubDate>
    <dc:creator>danielraexavier</dc:creator>
    <dc:date>2017-04-04T21:58:51Z</dc:date>
    <item>
      <title>Connecting PowerBI to Oauth Provider Data Source</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connecting-PowerBI-to-Oauth-Provider-Data-Source/m-p/153650#M5196</link>
      <description>&lt;P class="p1"&gt;Hello - my company runs a web application. &amp;nbsp;I work mostly as a front-end developer, but I've been charged with doing research to figure out how our clients who use PowerBI could pull data from our application into PowerBI. &amp;nbsp;I envision a flow like this: &amp;nbsp;In PowerBI Desktop, the user selects our application as a data source and proceeds through steps to authorize PowerBI to access our application's data in a read-only format. Our application already has some capabilities for OAuth built into it, so using an OAuth authorization mechanism could be an option. &amp;nbsp;But I'm not really sure where to begin. &amp;nbsp;Any help or advice on how to get started would be appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 21:58:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connecting-PowerBI-to-Oauth-Provider-Data-Source/m-p/153650#M5196</guid>
      <dc:creator>danielraexavier</dc:creator>
      <dc:date>2017-04-04T21:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting PowerBI to Oauth Provider Data Source</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connecting-PowerBI-to-Oauth-Provider-Data-Source/m-p/154552#M5231</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="26041" data-lia-user-login="danielraexavier" class="lia-mention lia-mention-user"&gt;danielraexavier&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P class="p1"&gt;Hello - my company runs a web application. &amp;nbsp;I work mostly as a front-end developer, but I've been charged with doing research to figure out how our clients who use PowerBI could pull data from our application into PowerBI. &amp;nbsp;I envision a flow like this: &amp;nbsp;&lt;STRONG&gt;In PowerBI Desktop, the user selects our application as a data source&lt;/STRONG&gt; and proceeds through steps to authorize PowerBI to access our application's data in a read-only format. Our application already has some capabilities for OAuth built into it, so using an OAuth authorization mechanism could be an option. &amp;nbsp;But I'm not really sure where to begin. &amp;nbsp;Any help or advice on how to get started would be appreciated.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="26041" data-lia-user-login="danielraexavier" class="lia-mention lia-mention-user"&gt;danielraexavier&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;IMHO, there're below ways to connect your data to your client.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;You shall design Data feed APIs in your application and ask your client to call the API in Power BI Desktop via "get data"-&amp;gt;"other"-&amp;gt;"Web".&lt;/LI&gt;
&lt;LI&gt;Maybe you can use a web storage(Onedrive, Google Drive, dropbox etc) and expose the storage to your client. For many storage services, there're various APIs which make uploading and consuming files, say excels,csvs, in a programmable way possbile. Eg, you can access an excel in Onedrive for business via "Web" in option one.&lt;/LI&gt;
&lt;LI&gt;If you're using a cloud database, expose&amp;nbsp;it to the users with a restricted read-only pression. And then connect to the database with indivisual connector in Power BI Desktop.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I think there're more ways and it all depends on your own scenario.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 08:07:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connecting-PowerBI-to-Oauth-Provider-Data-Source/m-p/154552#M5231</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-04-06T08:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting PowerBI to Oauth Provider Data Source</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connecting-PowerBI-to-Oauth-Provider-Data-Source/m-p/155248#M5252</link>
      <description>&lt;P&gt;Thanks for your reply! &amp;nbsp;I was considering option number 1, but that requires making our community data public. &amp;nbsp;The web database and cloud storage options are interesting too... &amp;nbsp;Although I was hoping we'd be able to take advantage of our oauth provider status to make an easy connection with PowerBI&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 04:44:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connecting-PowerBI-to-Oauth-Provider-Data-Source/m-p/155248#M5252</guid>
      <dc:creator>danielraexavier</dc:creator>
      <dc:date>2017-04-07T04:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting PowerBI to Oauth Provider Data Source</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connecting-PowerBI-to-Oauth-Provider-Data-Source/m-p/155730#M5265</link>
      <description>&lt;P&gt;And/or does anyone know much about creating a content pack for Power BI? &amp;nbsp;Maybe I could do that for my app's data...&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 21:05:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connecting-PowerBI-to-Oauth-Provider-Data-Source/m-p/155730#M5265</guid>
      <dc:creator>danielraexavier</dc:creator>
      <dc:date>2017-04-07T21:05:30Z</dc:date>
    </item>
  </channel>
</rss>

