<?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: Hiding JUST sensitive data per country in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hiding-JUST-sensitive-data-per-country/m-p/2220066#M52665</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp; many thanks I will try the Pattern and get back to you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Dec 2021 13:42:49 GMT</pubDate>
    <dc:creator>Momie2005</dc:creator>
    <dc:date>2021-12-03T13:42:49Z</dc:date>
    <item>
      <title>Hiding JUST sensitive data per country</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hiding-JUST-sensitive-data-per-country/m-p/2220011#M52656</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I need some help on a problem , I have 3 tables Costumer and Customer-Contact with a Relationship with the CUSTID field and Users Table (with list of CUID of the users of the report) as shown in the model below &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want to hide&amp;nbsp; JUST the sensitive data (email,First name and last name) but to see the custumerID in both table based on the country of the user(using username Dax function), but when I use this Dax in the role,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hide also the CustumerID field =&amp;gt;I'm loosing data &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what i want for a user Connected from ITALY =&amp;gt; seeing &lt;STRONG&gt;all the data of the model&lt;/STRONG&gt; BUT just the sensitive data(Customer_CONTACT TABLE) of the ITALY (email+NAME) and for others sensitive data Blank as he is from ITALY.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Coud you please advice ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 12:44:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hiding-JUST-sensitive-data-per-country/m-p/2220011#M52656</guid>
      <dc:creator>Momie2005</dc:creator>
      <dc:date>2021-12-03T12:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding JUST sensitive data per country</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hiding-JUST-sensitive-data-per-country/m-p/2220061#M52664</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343197" data-lia-user-login="Momie2005" class="lia-mention lia-mention-user"&gt;Momie2005&lt;/a&gt;&amp;nbsp;Here is one pattern for column level security:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Column-Level-Security/ba-p/1309392" target="_blank"&gt;Column Level Security - Microsoft Power BI Community.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There is also OLS that you can use in Tabular Editor but in my opinion it causes more problems than it solves.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 13:39:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hiding-JUST-sensitive-data-per-country/m-p/2220061#M52664</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-12-03T13:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding JUST sensitive data per country</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hiding-JUST-sensitive-data-per-country/m-p/2220066#M52665</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp; many thanks I will try the Pattern and get back to you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 13:42:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hiding-JUST-sensitive-data-per-country/m-p/2220066#M52665</guid>
      <dc:creator>Momie2005</dc:creator>
      <dc:date>2021-12-03T13:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding JUST sensitive data per country</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hiding-JUST-sensitive-data-per-country/m-p/2227114#M53055</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343197" data-lia-user-login="Momie2005" class="lia-mention lia-mention-user"&gt;Momie2005&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Did Greg_Deckler&amp;nbsp;'s suggestions help with your scenario? if that is the case, you can consider Kudo or accept his suggestions to help others who faced similar requirements.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If that also doesn't help, please share more detailed information to help us clarify your scenario to test.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 07:41:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hiding-JUST-sensitive-data-per-country/m-p/2227114#M53055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-08T07:41:09Z</dc:date>
    </item>
  </channel>
</rss>

