<?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: Conditional data masking or something else in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Conditional-data-masking-or-something-else/m-p/2081786#M31833</link>
    <description>&lt;P&gt;See if this blog can help you:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/secure-the-sensitive-data-in-power-bi-data-masking-better-with-row-level-security" target="_self"&gt;https://radacad.com/secure-the-sensitive-data-in-power-bi-data-masking-better-with-row-level-security&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Sep 2021 05:42:32 GMT</pubDate>
    <dc:creator>V-lianl-msft</dc:creator>
    <dc:date>2021-09-17T05:42:32Z</dc:date>
    <item>
      <title>Conditional data masking or something else</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Conditional-data-masking-or-something-else/m-p/2075362#M31742</link>
      <description>&lt;P&gt;Hi everybody,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i've been looking for a solution for my problem for quite i while now and haven't been able to find a correct way to do so. i am trying to implement data sercurity masking so everybody is not able to see all data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a time entries table where all employees work entries are registered. every entry is registered inside a category: Customer time, Internal Time or Sickness.&lt;/P&gt;&lt;P&gt;i am trying to create a sickness report - but some data should be masked depending on which user is looking at the report. the picture below describes how the data should be viewed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CamFi_0-1631622200309.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/593286iD93753722EBCBB5C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CamFi_0-1631622200309.png" alt="CamFi_0-1631622200309.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Requirements:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;everybody should be able to see totals and percentage of total&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;HR should be able to see everything &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Managers should be able to see detailed data for their own teams&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Employees should only be able to see details of their own data&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;the restriction should work in both power BI and when downloading to excel &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've started with a solution based on dynamical RLS with PATHCONTAINS() - the idea behind this dynamical RLS is close, but it deletes the totals and percentages of total which i need&amp;nbsp; and it do not take into consideration customer time, internal time or sickess. the detailed information should only be masked for sickness, and not for customer time or internal time.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope somebody might know a solution to the above mentioned problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 12:34:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Conditional-data-masking-or-something-else/m-p/2075362#M31742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-14T12:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional data masking or something else</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Conditional-data-masking-or-something-else/m-p/2081786#M31833</link>
      <description>&lt;P&gt;See if this blog can help you:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/secure-the-sensitive-data-in-power-bi-data-masking-better-with-row-level-security" target="_self"&gt;https://radacad.com/secure-the-sensitive-data-in-power-bi-data-masking-better-with-row-level-security&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 05:42:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Conditional-data-masking-or-something-else/m-p/2081786#M31833</guid>
      <dc:creator>V-lianl-msft</dc:creator>
      <dc:date>2021-09-17T05:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional data masking or something else</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Conditional-data-masking-or-something-else/m-p/2081860#M31836</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/182446"&gt;@V-lianl-msft&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thank you for the respond. i forgot to mention that i am using a SSAS tabular live connection, and are therefor not able to restrict or manage the roles inside power BI. But i will try to see if this can in someway be implemented into SSAS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am a little worried though to create duplicate tables and was hoping to find another solution.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 06:37:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Conditional-data-masking-or-something-else/m-p/2081860#M31836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-17T06:37:01Z</dc:date>
    </item>
  </channel>
</rss>

