<?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 Product Ranking - Override Permissions/Filters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Product-Ranking-Override-Permissions-Filters/m-p/3298297#M122938</link>
    <description>&lt;P&gt;Hi All!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for some help on how to ignore a filter context while using RankX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my current DAX calculation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Rank Qty = 
RANKX(ALL('Dim ITEM'), [Total Qty])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I have permissions set on my dashboard so the viewers (sales ppl) can only see their territory (Dim Customer, [territory]).&amp;nbsp; I am looking to override the permissions for this specific table visual so they are able to view overall company product ranking.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on how to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;P&gt;Christina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jun 2023 16:31:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-06-22T16:31:49Z</dc:date>
    <item>
      <title>Product Ranking - Override Permissions/Filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Product-Ranking-Override-Permissions-Filters/m-p/3298297#M122938</link>
      <description>&lt;P&gt;Hi All!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for some help on how to ignore a filter context while using RankX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my current DAX calculation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Rank Qty = 
RANKX(ALL('Dim ITEM'), [Total Qty])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I have permissions set on my dashboard so the viewers (sales ppl) can only see their territory (Dim Customer, [territory]).&amp;nbsp; I am looking to override the permissions for this specific table visual so they are able to view overall company product ranking.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on how to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;P&gt;Christina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 16:31:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Product-Ranking-Override-Permissions-Filters/m-p/3298297#M122938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-22T16:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Product Ranking - Override Permissions/Filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Product-Ranking-Override-Permissions-Filters/m-p/3300433#M123083</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Anonymous&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Create a measure that calculates the total quantity without considering any filters applied to the 'Dim Customer' table.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Total Qty (All Customers) = CALCULATE([Total Qty], ALL('Dim Customer'))&lt;/LI-CODE&gt;&lt;P&gt;2. Create a new measure using the RANKX function to calculate the overall company product ranking based on the 'Total Qty (All Customers)' measure.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Rank Qty (Overall) = RANKX(ALL('Dim ITEM'), [Total Qty (All Customers)])&lt;/LI-CODE&gt;&lt;P&gt;3.&amp;nbsp;Use the 'Rank Qty (Overall)' measure in your visual to display the overall company product ranking.&amp;nbsp;Do not hesitate to let me know if you might need further assistance.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 20:46:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Product-Ranking-Override-Permissions-Filters/m-p/3300433#M123083</guid>
      <dc:creator>Sahir_Maharaj</dc:creator>
      <dc:date>2023-06-23T20:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Product Ranking - Override Permissions/Filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Product-Ranking-Override-Permissions-Filters/m-p/3330074#M124776</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="501067" data-lia-user-login="Sahir_Maharaj" class="lia-mention lia-mention-user"&gt;Sahir_Maharaj&lt;/a&gt;&amp;nbsp; It worked!!&amp;nbsp; Thank you so much!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 20:17:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Product-Ranking-Override-Permissions-Filters/m-p/3330074#M124776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-13T20:17:52Z</dc:date>
    </item>
  </channel>
</rss>

