<?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: Need help on Power BI Integration in .NET MVC app in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Need-help-on-Power-BI-Integration-in-NET-MVC-app/m-p/96881#M3418</link>
    <description>&lt;P&gt;The User already have pro license, my problem is how to create mvc app (custom app that can create near real-time audible alarm in browser) that will using power bi login as credential. I can create my custom login page then user still login their power bi account, but double login like that won't be acceptable and it's not user friendly&lt;/P&gt;&lt;P&gt;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report-get-report/" target="_self"&gt;this reference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 02 Dec 2016 10:25:08 GMT</pubDate>
    <dc:creator>runrunrun</dc:creator>
    <dc:date>2016-12-02T10:25:08Z</dc:date>
    <item>
      <title>Need help on Power BI Integration in .NET MVC app</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-help-on-Power-BI-Integration-in-NET-MVC-app/m-p/96352#M3406</link>
      <description>&lt;P&gt;Hi, I need some suggestion how to solve my problem.&lt;/P&gt;&lt;P&gt;First of all Power BI can't have real time alert (audible)&amp;nbsp; when some alert populate SQL Table. So I create custom MVC app that can alert and produce sound when there is "data insert into table". The data is linked to Power BI Reports so it can show daily trends and etc. My problem is user need to login with his/her Power BI Account to view Power BI Report in my app, so my app check if there is any access token in session, if not then prompt login page (see below)&lt;/P&gt;&lt;PRE&gt;https://login.windows.net/common/oauth2/authorize/?response_type=code&amp;amp;client_id=blahblahblah&amp;amp;resource=https%3a%2f%2fanalysis.windows.net%2fpowerbi%2fapi&amp;amp;redirect_uri=blahblahblah&lt;/PRE&gt;&lt;P&gt;I need to know how to get login information when the user sign in to get access token using this method OR How to use/push power BI login to my MVC app so user can see their own authorized report.&lt;/P&gt;&lt;P&gt;Thank you. Feel free to discuss it with me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 12:10:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-help-on-Power-BI-Integration-in-NET-MVC-app/m-p/96352#M3406</guid>
      <dc:creator>runrunrun</dc:creator>
      <dc:date>2016-12-01T12:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Power BI Integration in .NET MVC app</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-help-on-Power-BI-Integration-in-NET-MVC-app/m-p/96792#M3416</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/16393"&gt;@runrunrun&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi, I need some suggestion how to solve my problem.&lt;/P&gt;
&lt;P&gt;First of all Power BI can't have real time alert (audible)&amp;nbsp; when some alert populate SQL Table. So I create custom MVC app that can alert and produce sound when there is "data insert into table". The data is linked to Power BI Reports so it can show daily trends and etc. My problem is user need to login with his/her Power BI Account to view Power BI Report in my app, so my app check if there is any access token in session, if not then prompt login page (see below)&lt;/P&gt;
&lt;PRE&gt;https://login.windows.net/common/oauth2/authorize/?response_type=code&amp;amp;client_id=blahblahblah&amp;amp;resource=https%3a%2f%2fanalysis.windows.net%2fpowerbi%2fapi&amp;amp;redirect_uri=blahblahblah&lt;/PRE&gt;
&lt;P&gt;I need to know how to get login information when the user sign in to get access token using this method OR How to use/push power BI login to my MVC app &lt;STRONG&gt;so user can see their own authorized report&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Thank you. Feel free to discuss it with me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Check &lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-admin-rls/" target="_self"&gt;Row-level security (RLS) with Power BI&lt;/A&gt;. Note that RLS is a &lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-power-bi-pro-content-what-is-it/" target="_self"&gt;pro feature&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 08:03:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-help-on-Power-BI-Integration-in-NET-MVC-app/m-p/96792#M3416</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2016-12-02T08:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Power BI Integration in .NET MVC app</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-help-on-Power-BI-Integration-in-NET-MVC-app/m-p/96881#M3418</link>
      <description>&lt;P&gt;The User already have pro license, my problem is how to create mvc app (custom app that can create near real-time audible alarm in browser) that will using power bi login as credential. I can create my custom login page then user still login their power bi account, but double login like that won't be acceptable and it's not user friendly&lt;/P&gt;&lt;P&gt;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report-get-report/" target="_self"&gt;this reference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 10:25:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-help-on-Power-BI-Integration-in-NET-MVC-app/m-p/96881#M3418</guid>
      <dc:creator>runrunrun</dc:creator>
      <dc:date>2016-12-02T10:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Power BI Integration in .NET MVC app</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-help-on-Power-BI-Integration-in-NET-MVC-app/m-p/97392#M3422</link>
      <description>&lt;P&gt;Well, I have found the answer myself.&lt;/P&gt;&lt;P&gt;We can have the user info from Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult Object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 02:03:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-help-on-Power-BI-Integration-in-NET-MVC-app/m-p/97392#M3422</guid>
      <dc:creator>runrunrun</dc:creator>
      <dc:date>2016-12-05T02:03:34Z</dc:date>
    </item>
  </channel>
</rss>

