<?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: Rank products based on measure in another table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rank-products-based-on-measure-in-another-table/m-p/1060636#M14735</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226999" data-lia-user-login="Nijlal01" class="lia-mention lia-mention-user"&gt;Nijlal01&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if your tables have relationships you can try&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Rank = RANKX(ALL('Product');'Volume Received From Vendor'[Volume Received From Vendor Actual HL])&lt;/LI-CODE&gt;
&lt;P&gt;it also depends on your measure statement&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 May 2020 07:46:45 GMT</pubDate>
    <dc:creator>az38</dc:creator>
    <dc:date>2020-05-01T07:46:45Z</dc:date>
    <item>
      <title>Rank products based on measure in another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rank-products-based-on-measure-in-another-table/m-p/1060512#M14732</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to rank the column 'Product'[ParentProductCode] based on a measure from another table 'Volume Received From Vendor'[&lt;SPAN&gt;Volume Received From Vendor Actual HL&lt;/SPAN&gt;]. The data is retrieved from a live connection with anOLAP cube so I cannot use the query editor. I cannot manage to get it to work in a measure using DAX. Below the DAX statement which I tried however it only returns rank 1 for all products.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rank = RANKX('Product';'Volume Received From Vendor'[Volume Received From Vendor Actual HL])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Anyone who knows how to make it work?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Lars&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 May 2020 06:38:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rank-products-based-on-measure-in-another-table/m-p/1060512#M14732</guid>
      <dc:creator>Nijlal01</dc:creator>
      <dc:date>2020-05-01T06:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rank products based on measure in another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rank-products-based-on-measure-in-another-table/m-p/1060636#M14735</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226999" data-lia-user-login="Nijlal01" class="lia-mention lia-mention-user"&gt;Nijlal01&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if your tables have relationships you can try&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Rank = RANKX(ALL('Product');'Volume Received From Vendor'[Volume Received From Vendor Actual HL])&lt;/LI-CODE&gt;
&lt;P&gt;it also depends on your measure statement&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 07:46:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rank-products-based-on-measure-in-another-table/m-p/1060636#M14735</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-05-01T07:46:45Z</dc:date>
    </item>
  </channel>
</rss>

