<?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: Does row level security work with embedded non-directquery mode? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Does-row-level-security-work-with-embedded-non-directquery-mode/m-p/171229#M5634</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/4226"&gt;@rnoone&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Ah, thanks. I think I forgot the role name.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/4226"&gt;@rnoone&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;RLS works regardless import or direct query mode. Check &lt;A href="https://docs.microsoft.com/en-us/azure/power-bi-embedded/power-bi-embedded-rls" target="_self"&gt;Row level security with Power BI Embedded&lt;/A&gt;.&lt;/P&gt;
&lt;PRE&gt;var embedToken = PowerBIToken.CreateReportEmbedToken(this.workspaceCollection, this.workspaceId, report.Id, "User Name", roleList);'&lt;/PRE&gt;
&lt;P&gt;So have you figured out the problem now?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 May 2017 07:33:35 GMT</pubDate>
    <dc:creator>Eric_Zhang</dc:creator>
    <dc:date>2017-05-08T07:33:35Z</dc:date>
    <item>
      <title>Does row level security work with embedded non-directquery mode?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Does-row-level-security-work-with-embedded-non-directquery-mode/m-p/170733#M5604</link>
      <description>&lt;P&gt;I cannot seem to get row level security to work with my model.&lt;/P&gt;&lt;P&gt;I have data loaded to a .pbix file and the pbix file has been loaded to a workspace collection.&lt;/P&gt;&lt;P&gt;This is not directquery. The data is in the model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I expect&amp;nbsp;Row Level Security to work for this scenario?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2017 10:12:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Does-row-level-security-work-with-embedded-non-directquery-mode/m-p/170733#M5604</guid>
      <dc:creator>rnoone</dc:creator>
      <dc:date>2017-05-06T10:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Does row level security work with embedded non-directquery mode?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Does-row-level-security-work-with-embedded-non-directquery-mode/m-p/170735#M5606</link>
      <description>&lt;P&gt;I've not tried it myself, but have you defined the security roles in the model and passed the role through the API call? Is it working for you with direct query or is this the only way you've tried?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2017 10:14:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Does-row-level-security-work-with-embedded-non-directquery-mode/m-p/170735#M5606</guid>
      <dc:creator>MWilson929</dc:creator>
      <dc:date>2017-05-06T10:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Does row level security work with embedded non-directquery mode?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Does-row-level-security-work-with-embedded-non-directquery-mode/m-p/170756#M5609</link>
      <description>&lt;P&gt;Ah, thanks. I think I forgot the role name.&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2017 15:11:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Does-row-level-security-work-with-embedded-non-directquery-mode/m-p/170756#M5609</guid>
      <dc:creator>rnoone</dc:creator>
      <dc:date>2017-05-06T15:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Does row level security work with embedded non-directquery mode?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Does-row-level-security-work-with-embedded-non-directquery-mode/m-p/171229#M5634</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/4226"&gt;@rnoone&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Ah, thanks. I think I forgot the role name.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/4226"&gt;@rnoone&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;RLS works regardless import or direct query mode. Check &lt;A href="https://docs.microsoft.com/en-us/azure/power-bi-embedded/power-bi-embedded-rls" target="_self"&gt;Row level security with Power BI Embedded&lt;/A&gt;.&lt;/P&gt;
&lt;PRE&gt;var embedToken = PowerBIToken.CreateReportEmbedToken(this.workspaceCollection, this.workspaceId, report.Id, "User Name", roleList);'&lt;/PRE&gt;
&lt;P&gt;So have you figured out the problem now?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 07:33:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Does-row-level-security-work-with-embedded-non-directquery-mode/m-p/171229#M5634</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-05-08T07:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Does row level security work with embedded non-directquery mode?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Does-row-level-security-work-with-embedded-non-directquery-mode/m-p/171387#M5638</link>
      <description>&lt;P&gt;Yes, thank you. I should have just read the manual.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 11:12:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Does-row-level-security-work-with-embedded-non-directquery-mode/m-p/171387#M5638</guid>
      <dc:creator>rnoone</dc:creator>
      <dc:date>2017-05-08T11:12:28Z</dc:date>
    </item>
  </channel>
</rss>

