<?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: Filter + divide in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-divide/m-p/1993164#M44128</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="223613" data-lia-user-login="Vanessa250919" class="lia-mention lia-mention-user"&gt;Vanessa250919&lt;/a&gt;&amp;nbsp;Should be possible but not really enough to go on. Are you getting a problem with the formula? Is your relationship between mastertable and pivot present and in the right direction?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Aug 2021 13:57:26 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2021-08-02T13:57:26Z</dc:date>
    <item>
      <title>Filter + divide</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-divide/m-p/1993135#M44126</link>
      <description>&lt;P&gt;Hello I need to create a DAX formula but I can't have a good resutlt .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to have a SUM with filter divide by Count with filter it's possible ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measuretest = CALCULATE(SUM(MASTERTABLE[FNGF_VOLUME_ORG]),MASTERTABLE[FNGF_VOLUME_ORG]&amp;lt;&amp;gt;0 / CALCULATE(COUNT(MASTERTABLE[DAY_DATE]),pivot[FNGF_VOL_ORG]&amp;lt;&amp;gt;0))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Aug 2021 13:44:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-divide/m-p/1993135#M44126</guid>
      <dc:creator>Vanessa250919</dc:creator>
      <dc:date>2021-08-02T13:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Filter + divide</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-divide/m-p/1993160#M44127</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="223613" data-lia-user-login="Vanessa250919" class="lia-mention lia-mention-user"&gt;Vanessa250919&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Did not get it completely but try this modified version:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measuretest =

DIVIDE (
    CALCULATE (
        SUM ( MASTERTABLE[FNGF_VOLUME_ORG] ),
        MASTERTABLE[FNGF_VOLUME_ORG] &amp;lt;&amp;gt; 0
    ),
    CALCULATE ( 
        COUNT ( MASTERTABLE[DAY_DATE] ), 
        pivot[FNGF_VOL_ORG] &amp;lt;&amp;gt; 0 
    )
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 02 Aug 2021 13:56:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-divide/m-p/1993160#M44127</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2021-08-02T13:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filter + divide</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-divide/m-p/1993164#M44128</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="223613" data-lia-user-login="Vanessa250919" class="lia-mention lia-mention-user"&gt;Vanessa250919&lt;/a&gt;&amp;nbsp;Should be possible but not really enough to go on. Are you getting a problem with the formula? Is your relationship between mastertable and pivot present and in the right direction?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 13:57:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-divide/m-p/1993164#M44128</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-08-02T13:57:26Z</dc:date>
    </item>
  </channel>
</rss>

