<?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: Sales amount measure not displaying for all the rows in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-amount-measure-not-displaying-for-all-the-rows/m-p/1521900#M29700</link>
    <description>&lt;P&gt;Yes you are right,&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;the Manufacturer column isn't coming from Products table, it's coming from Manufacturer table !!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks a lot for responding Antriksh !&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 28 Nov 2020 11:11:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-28T11:11:38Z</dc:date>
    <item>
      <title>Sales amount measure not displaying for all the rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-amount-measure-not-displaying-for-all-the-rows/m-p/1521726#M29690</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I want to see the VanArsdel Sales in all the rows. But I am seeing the value only against "VanArsdel". Please see the below image. And the DAX I have used,&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VanArsdel Sales = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sales[Sales Amount],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ALL(Products[Manufacturer]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Products[Manufacturer]="VanArsdel"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 28 Nov 2020 05:48:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-amount-measure-not-displaying-for-all-the-rows/m-p/1521726#M29690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-28T05:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sales amount measure not displaying for all the rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-amount-measure-not-displaying-for-all-the-rows/m-p/1521774#M29692</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Is that "Sales Amount" a column and not a measure? if yes then that is cross filtering your measures. Use this instead:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;VanArsdel Sales =
CALCULATE (
    Sales[Sales Amount],
    FILTER (
        ALL ( Products[Manufacturer], Products[Sales Amount] ),
        Products[Manufacturer] = "VanArsdel"
    )
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or maybe the Manufacturer column isn't coming from Products table?&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2020 08:45:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-amount-measure-not-displaying-for-all-the-rows/m-p/1521774#M29692</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2020-11-28T08:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sales amount measure not displaying for all the rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-amount-measure-not-displaying-for-all-the-rows/m-p/1521900#M29700</link>
      <description>&lt;P&gt;Yes you are right,&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;the Manufacturer column isn't coming from Products table, it's coming from Manufacturer table !!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks a lot for responding Antriksh !&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2020 11:11:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-amount-measure-not-displaying-for-all-the-rows/m-p/1521900#M29700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-28T11:11:38Z</dc:date>
    </item>
  </channel>
</rss>

