<?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 How to calculate out of store count If I ahve data where I ahve store inv and store number and item in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-out-of-store-count-If-I-ahve-data-where-I-ahve/m-p/3200639#M116332</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Apr 2023 20:07:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-04-21T20:07:30Z</dc:date>
    <item>
      <title>How to calculate out of store count If I ahve data where I ahve store inv and store number and item</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-out-of-store-count-If-I-ahve-data-where-I-ahve/m-p/3200639#M116332</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 20:07:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-out-of-store-count-If-I-ahve-data-where-I-ahve/m-p/3200639#M116332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-21T20:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate out of store count If I ahve data where I ahve store inv and store number and item</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-out-of-store-count-If-I-ahve-data-where-I-ahve/m-p/3201981#M116427</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the data you have provided, what kind of output do you expect?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;helps, then please consider&amp;nbsp;&lt;EM&gt;Accept it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 03:00:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-out-of-store-count-If-I-ahve-data-where-I-ahve/m-p/3201981#M116427</guid>
      <dc:creator>v-zhangti</dc:creator>
      <dc:date>2023-04-24T03:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate out of store count If I ahve data where I ahve store inv and store number and item</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-out-of-store-count-If-I-ahve-data-where-I-ahve/m-p/3201983#M116428</link>
      <description>&lt;P&gt;want to calculate another col with count of Out os stock store by SKN. total count of store for each skn&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 03:04:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-out-of-store-count-If-I-ahve-data-where-I-ahve/m-p/3201983#M116428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-24T03:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate out of store count If I ahve data where I ahve store inv and store number and item</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-out-of-store-count-If-I-ahve-data-where-I-ahve/m-p/3202088#M116439</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have modelled some of the data to hopefully match your situation.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = CALCULATE(COUNT('Table'[STORE-SKN]),ALLEXCEPT('Table','Table'[SKN]))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Is this the result you expect?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;helps, then please consider&amp;nbsp;&lt;EM&gt;Accept it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 05:48:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-out-of-store-count-If-I-ahve-data-where-I-ahve/m-p/3202088#M116439</guid>
      <dc:creator>v-zhangti</dc:creator>
      <dc:date>2023-04-24T05:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate out of store count If I ahve data where I ahve store inv and store number and item</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-out-of-store-count-If-I-ahve-data-where-I-ahve/m-p/3203037#M116528</link>
      <description>&lt;P&gt;above calculation gives me Count of stores for an SKN, can we add count store with inventory less then or equal to 0. this will give stores out of inv for SKN.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 13:56:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-out-of-store-count-If-I-ahve-data-where-I-ahve/m-p/3203037#M116528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-24T13:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate out of store count If I ahve data where I ahve store inv and store number and item</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-out-of-store-count-If-I-ahve-data-where-I-ahve/m-p/3204071#M116630</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can try the following methods&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = CALCULATE(COUNT('Table'[STORE-SKN]),FILTER(ALLEXCEPT('Table','Table'[SKN]),[Inventory]&amp;lt;=0))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Is this the result you expect?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;helps, then please consider&amp;nbsp;&lt;EM&gt;Accept it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 02:51:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-out-of-store-count-If-I-ahve-data-where-I-ahve/m-p/3204071#M116630</guid>
      <dc:creator>v-zhangti</dc:creator>
      <dc:date>2023-04-25T02:51:17Z</dc:date>
    </item>
  </channel>
</rss>

