<?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: Power BI Embedded Row-Level Security for Multiple values of single attribute in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/441718#M13607</link>
    <description>&lt;P&gt;I have one table where I have to check two roles. One is "TenantID" and&amp;nbsp;User Level. Can you please help with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TenantID = username() &amp;amp;&amp;amp;&amp;nbsp;User Level = username()&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Above this, I set the roles?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Report&amp;nbsp;should be filtered&amp;nbsp;via Tenant and then user level role.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know how to call this role in embedded code&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var generateTokenRequestParameters = new GenerateTokenRequest("View", null, identities: new List&amp;lt;EffectiveIdentity&amp;gt; { new EffectiveIdentity(username: "username", roles: new List&amp;lt;string&amp;gt; { "roleA", "roleB" }, datasets: new List&amp;lt;string&amp;gt; { "datasetId" }) });&lt;/P&gt;&lt;P&gt;var tokenResponse = await client.Reports.GenerateTokenInGroupAsync("groupId", "reportId", generateTokenRequestParameters);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ "accessLevel": "View", "identities": [ { "username": "EffectiveIdentity", "roles": [ "Role1", "Role2" ], "datasets": [ "fe0a1aeb-f6a4-4b27-a2d3-b5df3bb28bdc" ] } ] }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/101691iDBF47815E963465F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jun 2018 06:30:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-18T06:30:07Z</dc:date>
    <item>
      <title>Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/129092#M4450</link>
      <description>&lt;P&gt;Hi all, I have embedded a power report with one role i.e. department_id. When a user accesses the report, the report is filtered according to the department_id to which he has access. This id is passed as a USERNAME() to the role using C# application. The issue here is that how a&amp;nbsp;user having access to more than one departments can view the report for multile departments. I have a role DAX as [department_id] = VALUE(USERNAME()). In case of multiple department_ids, I have to use IN clause here but it is not supported in DAX. Also, I can not do it using OR conditions because the list of departments may vary from person to person. Can anyone suggest how to filter a report based on multiple department ids (the number varying dynamically)?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 12:44:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/129092#M4450</guid>
      <dc:creator>zq</dc:creator>
      <dc:date>2017-02-17T12:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/130097#M4476</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/21858"&gt;@zq&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;A workaround would be like using&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;VALUE(USERNAME())="XXXX"&amp;amp;&amp;amp;(
[depid] ="depid1"||[depid] ="depid2")&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 14:47:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/130097#M4476</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-02-20T14:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/130612#M4483</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I see as a solution to your problem is -&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Create a mapping table for Roles_Departments having columns - Role_Id &amp;amp; Department_Id.&lt;/P&gt;&lt;P&gt;2. As RLS, use the DAX - [Role_Id] = USERNAME()&lt;/P&gt;&lt;P&gt;3. From you C# code, pass Role_Id for USERNAME &amp;amp; not Department_Id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This way, if you develop a custom logic to find the right Role for the logged-in user, the data could easily be filtered by all the departments associated with that role.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope, this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 11:06:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/130612#M4483</guid>
      <dc:creator>vinaypugalia</dc:creator>
      <dc:date>2017-02-21T11:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/132559#M4554</link>
      <description>&lt;P&gt;How to manage the OR conditions as the number of deprtment ids may vary from user to user. Also, where is "depid1" and "depid2" coming from?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 05:14:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/132559#M4554</guid>
      <dc:creator>zq</dc:creator>
      <dc:date>2017-02-24T05:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/132631#M4556</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no need to manage any OR conditions as that is why you have the Roles_Departments mapping table there for.&lt;/P&gt;&lt;P&gt;E.g. Your Roles_Departments mapping tables might have values like -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Role_Id | Department_Id&lt;/P&gt;&lt;P&gt;R1 | D1&lt;/P&gt;&lt;P&gt;R1 | D2&lt;/P&gt;&lt;P&gt;R2 | D3&lt;/P&gt;&lt;P&gt;R3 | D2&lt;/P&gt;&lt;P&gt;R3 | D3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, if you pass the particular Role_Id you need via USERNAME(), the related departments will get filtered which will inturn all the related tables showing data only related to those filtered departments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope, this will give you more clarity. If you still have any query, please do write back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 07:46:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/132631#M4556</guid>
      <dc:creator>vinaypugalia</dc:creator>
      <dc:date>2017-02-24T07:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/132639#M4557</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN class=""&gt;&lt;A title="" href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/535" target="_self"&gt;vinaypugalia&lt;/A&gt;, i got your point. My previous reply was based on the comment by&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;A title="" href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971" target="_self"&gt;v-lvzhan-msft&lt;/A&gt;. However, I don't have roles in my scenario. Also, such table needs to be modified everytime when the user to depratment mapping changes?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 07:56:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/132639#M4557</guid>
      <dc:creator>zq</dc:creator>
      <dc:date>2017-02-24T07:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/132709#M4561</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do understand that you currently do not have ROLES in your application, but you need to bring in this concept to get rid of multiple OR conditions. Also, if there is any change in User-Department mappings, any solution to come up with will need a change and having a mapping table for it will be the most scalable of them.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 09:25:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/132709#M4561</guid>
      <dc:creator>vinaypugalia</dc:creator>
      <dc:date>2017-02-24T09:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/441718#M13607</link>
      <description>&lt;P&gt;I have one table where I have to check two roles. One is "TenantID" and&amp;nbsp;User Level. Can you please help with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TenantID = username() &amp;amp;&amp;amp;&amp;nbsp;User Level = username()&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Above this, I set the roles?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Report&amp;nbsp;should be filtered&amp;nbsp;via Tenant and then user level role.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know how to call this role in embedded code&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var generateTokenRequestParameters = new GenerateTokenRequest("View", null, identities: new List&amp;lt;EffectiveIdentity&amp;gt; { new EffectiveIdentity(username: "username", roles: new List&amp;lt;string&amp;gt; { "roleA", "roleB" }, datasets: new List&amp;lt;string&amp;gt; { "datasetId" }) });&lt;/P&gt;&lt;P&gt;var tokenResponse = await client.Reports.GenerateTokenInGroupAsync("groupId", "reportId", generateTokenRequestParameters);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ "accessLevel": "View", "identities": [ { "username": "EffectiveIdentity", "roles": [ "Role1", "Role2" ], "datasets": [ "fe0a1aeb-f6a4-4b27-a2d3-b5df3bb28bdc" ] } ] }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/101691iDBF47815E963465F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 06:30:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/441718#M13607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-18T06:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/441739#M13609</link>
      <description>&lt;P&gt;Hello Mayank,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can probably, create a computed column which is a combination of TenantId &amp;amp; User Level. Once this is done, you can then pass appropriate value in the UserName(), which can then be used to apply the rule on the newly created computed column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope, this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 06:43:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/441739#M13609</guid>
      <dc:creator>vinaypugalia</dc:creator>
      <dc:date>2018-06-18T06:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/706583#M19566</link>
      <description>&lt;P&gt;Is it still the case that one needs to create another column to make this work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to make sure I understood the question and I want to accomplish the same thing: I have a table, organizations which has a row for each organization. Organization filters is used to filter all other data tables. I want to apply a RLS filter so only data for specified organizations shows. I.e. User1 has access to Org1, Org2 and Org3. In this case I want to input "Org1|Org2|Org3" to the RLS filter.&lt;/P&gt;&lt;P&gt;Since I want to use DirectQuery I can't use the PATH functions. Like PATHCONTAINS(USERNAME(), [OrganizationID]) works but only for Import data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't figure out how to make this work for direct query. I think I have to split the value returned by USERNAME() and then loop over that and test against each [OrganizationID] but I don't know how&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 12:32:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/706583#M19566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-04T12:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/867129#M21658</link>
      <description>&lt;P&gt;Hi zq,&amp;nbsp;&lt;BR /&gt;Would you mind posting the solutions for this problem if you have found any ?&lt;BR /&gt;&lt;BR /&gt;Many Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 22:46:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/867129#M21658</guid>
      <dc:creator>RajeshAHCUSA</dc:creator>
      <dc:date>2019-12-05T22:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/930893#M22297</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/21858"&gt;@zq&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/121563"&gt;@RajeshAHCUSA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you need to do is use CALCULATE to evaluate the expression for each row of the table, creating a row context for each row and filtering the data to match on a single value. I believe somthing like this would work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;='Table[DeptId]=&lt;BR /&gt;CALCULATE(&lt;BR /&gt;VALUES(Security_Table[DeptId])|&amp;nbsp; ----&amp;gt; obtain list of values&lt;BR /&gt;SUMMARIZE(Security_Table|Security_Table[ADAccountName])| ----&amp;gt; grouped by the member&lt;BR /&gt;Security_Table[ADAccountName] = USERNAME() | ---&amp;gt; first filter matches the member to Directory&lt;BR /&gt;FILTER(Security_Table|Security_Table[DeptId] = EARLIER('Table[DeptId]))&amp;nbsp; ------&amp;gt; Second Filter pulls value that matched the row&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 17:26:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/930893#M22297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-13T17:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/937307#M22351</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;do you mean adding a new column for each, in this case, user with a 'CALCULATE' evaluation like the one you posted ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 13:35:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/937307#M22351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-18T13:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/1195942#M24504</link>
      <description>&lt;P&gt;Hi @Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;You don't need a column to do this. You can use the code in the DAX Filter under the role manager and assign it to the table you're wanting to filter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 19:45:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/1195942#M24504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-01T19:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded Row-Level Security for Multiple values of single attribute</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/1803314#M29152</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/21858"&gt;@zq&lt;/a&gt;&amp;nbsp;did you get a solution to your post? I am looking for a similar result.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 18:47:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-Row-Level-Security-for-Multiple-values-of/m-p/1803314#M29152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-23T18:47:13Z</dc:date>
    </item>
  </channel>
</rss>

