<?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: Show Slicer Values based on the logged in user in Power BI in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Show-Slicer-Values-based-on-the-logged-in-user-in-Power-BI/m-p/3660870#M8829</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="679544" data-lia-user-login="Supritha1594" class="lia-mention lia-mention-user"&gt;Supritha1594&lt;/a&gt;&amp;nbsp;I'm Happy to know it works.&amp;nbsp; Kindly&amp;nbsp;@ me with any future needs around Power BI and Fabric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2024 15:43:41 GMT</pubDate>
    <dc:creator>DallasBaba</dc:creator>
    <dc:date>2024-01-25T15:43:41Z</dc:date>
    <item>
      <title>Show Slicer Values based on the logged in user in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Show-Slicer-Values-based-on-the-logged-in-user-in-Power-BI/m-p/3656874#M8810</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a slicer with the list of cost centers. I want to display cost centers of the logged in user in the cost center slicer. How can I do this in power BI. I have created a visualization which filters the data based on the slicers selection. I do not want to show all the cost centers to the logged in user. I want to show the cost ceters to which they belong to or have access to.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Kindly share the knowledge!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 12:02:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Show-Slicer-Values-based-on-the-logged-in-user-in-Power-BI/m-p/3656874#M8810</guid>
      <dc:creator>Supritha1594</dc:creator>
      <dc:date>2024-01-24T12:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show Slicer Values based on the logged in user in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Show-Slicer-Values-based-on-the-logged-in-user-in-Power-BI/m-p/3658642#M8820</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="679544" data-lia-user-login="Supritha1594" class="lia-mention lia-mention-user"&gt;Supritha1594&lt;/a&gt;&amp;nbsp;you can use Row-Level Security (RLS).&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Create a table showcasing user names and their corresponding accessible cost centers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Navigate to the "Modeling" tab in Power BI Desktop and access "Manage Roles." &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Initiate a new role by clicking on "Create." &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Within the "Table Permissions" section, designate the table housing cost centers. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Move to the "Filter" section, opt for "Only show the rows where," and select the column with user names and cost centers. Save the role by clicking "OK."&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Once you have created the role, you can publish the report to Power BI Service.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;This&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.youtube.com/watch?v=jphj40tBPD8" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;YouTube&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;A href="https://www.youtube.com/watch?v=jphj40tBPD8" target="_blank" rel="noopener"&gt;video&lt;/A&gt; should be helpful for you.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Let me know if this works for you.&amp;nbsp;@ me in replies, or I'll lose your thread!!!&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&lt;BR /&gt;&lt;U&gt;Note:&lt;/U&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If this post is helpful, please mark it as the&amp;nbsp;&lt;STRONG&gt;solution&lt;/STRONG&gt;&amp;nbsp;to help others find it easily. Also, if my answers contribute to a solution, show your appreciation by giving it a&amp;nbsp;&lt;STRONG&gt;thumbs up&lt;/STRONG&gt;!&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jan 2024 04:30:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Show-Slicer-Values-based-on-the-logged-in-user-in-Power-BI/m-p/3658642#M8820</guid>
      <dc:creator>DallasBaba</dc:creator>
      <dc:date>2024-01-25T04:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Show Slicer Values based on the logged in user in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Show-Slicer-Values-based-on-the-logged-in-user-in-Power-BI/m-p/3660479#M8826</link>
      <description>&lt;P&gt;Thanks alot &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="446607" data-lia-user-login="DallasBaba" class="lia-mention lia-mention-user"&gt;DallasBaba&lt;/a&gt;&amp;nbsp;for your response! It really worked well...I followed the youtube video and the steps that you have mentioned above.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 13:01:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Show-Slicer-Values-based-on-the-logged-in-user-in-Power-BI/m-p/3660479#M8826</guid>
      <dc:creator>Supritha1594</dc:creator>
      <dc:date>2024-01-25T13:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show Slicer Values based on the logged in user in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Show-Slicer-Values-based-on-the-logged-in-user-in-Power-BI/m-p/3660870#M8829</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="679544" data-lia-user-login="Supritha1594" class="lia-mention lia-mention-user"&gt;Supritha1594&lt;/a&gt;&amp;nbsp;I'm Happy to know it works.&amp;nbsp; Kindly&amp;nbsp;@ me with any future needs around Power BI and Fabric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 15:43:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Show-Slicer-Values-based-on-the-logged-in-user-in-Power-BI/m-p/3660870#M8829</guid>
      <dc:creator>DallasBaba</dc:creator>
      <dc:date>2024-01-25T15:43:41Z</dc:date>
    </item>
  </channel>
</rss>

