<?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: DAX Measure ALL in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-ALL/m-p/1435141#M26804</link>
    <description>&lt;P&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;The code is working fine when i used to the first type of defect. but when i used it to another type of defect the volume qty is wrong where in it should be the same from the first one &lt;SPAN&gt;25973&lt;/SPAN&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Oct 2020 07:15:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-10-15T07:15:15Z</dc:date>
    <item>
      <title>DAX Measure ALL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-ALL/m-p/1434966#M26788</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have requirements to get the % of defect using the formula&amp;nbsp; &amp;nbsp; defect % = defect count&amp;nbsp; / volume qty.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the problem is i'm getting the overall volume qty&amp;nbsp; even i'm using a month filter from a page and it should be getting the volume for that particular month.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Right now it display 171166, the correct value should be 25973 of&amp;nbsp; volume qty. January.&amp;nbsp; &amp;nbsp;May i know if i'm missing from my measure of volume qty. could not figure out if this is correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;measure to get the volume qty&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;volume qty= CALCULATE(table[defect Count], ALL(table))&lt;BR /&gt;&lt;BR /&gt;sample:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Appreciate the help.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Oct 2020 05:36:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-ALL/m-p/1434966#M26788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-15T05:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure ALL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-ALL/m-p/1434991#M26790</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try like&lt;/P&gt;
&lt;P&gt;volume qty= CALCULATE(table[defect Count], ALLSELECTED(table))&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 06:06:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-ALL/m-p/1434991#M26790</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-10-15T06:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure ALL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-ALL/m-p/1435141#M26804</link>
      <description>&lt;P&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;The code is working fine when i used to the first type of defect. but when i used it to another type of defect the volume qty is wrong where in it should be the same from the first one &lt;SPAN&gt;25973&lt;/SPAN&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 07:15:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-ALL/m-p/1435141#M26804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-15T07:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure ALL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-ALL/m-p/1435509#M26816</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, Already found the root cause why its is not working correctly when I do the filtering. This is what I found In filter on visual I have excluded the empty defect and also perform top 10 defect. So removed these filters and the volume is displayed correctly. However, how can I perform a top 10% that will not affect the values and also the empty defect will ot be displayed in the visual?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 09:22:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-ALL/m-p/1435509#M26816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-15T09:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure ALL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-ALL/m-p/1517882#M29562</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;its possible to use the code you've given with filter. I need to calculate the defect count and filter the column1 = "ASY"&lt;BR /&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;CALCULATE(table[defect Count], ALLSELECTED(table))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 06:22:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-ALL/m-p/1517882#M29562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-26T06:22:22Z</dc:date>
    </item>
  </channel>
</rss>

