<?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: Count Rows Within Table Chart in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Rows-Within-Table-Chart/m-p/2769987#M86196</link>
    <description>&lt;P&gt;Thank you so much. I knew it had to do with summarize function but I couldn't remember the format&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2022 09:57:44 GMT</pubDate>
    <dc:creator>Farhan_Raza</dc:creator>
    <dc:date>2022-09-15T09:57:44Z</dc:date>
    <item>
      <title>Count Rows Within Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Rows-Within-Table-Chart/m-p/2768986#M86110</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to count rows within the table chart ? I have a date column coming from calender table and another column (margin) from a Table (Table B) and the rest are from another table (Table A). I want to count rows where margin is &amp;gt;=1000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table relationship is :&lt;BR /&gt;Calender -&amp;gt; Table A -&amp;gt; Table B (single and one to many)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I want to get 8 as final answer&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 05:15:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Rows-Within-Table-Chart/m-p/2768986#M86110</guid>
      <dc:creator>Farhan_Raza</dc:creator>
      <dc:date>2022-09-15T05:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Count Rows Within Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Rows-Within-Table-Chart/m-p/2769860#M86186</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="442114" data-lia-user-login="Farhan_Raza" class="lia-mention lia-mention-user"&gt;Farhan_Raza&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Count =
COUNTROWS (
    FILTER (
        SUMMARIZE (
            TableB,
            Calender[Date],
            TableA[PO#],
            "@Margin", SUM ( TableB[Margin] )
        ),
        [@Margin] &amp;gt;= 1000
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 15 Sep 2022 09:21:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Rows-Within-Table-Chart/m-p/2769860#M86186</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-15T09:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Count Rows Within Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Rows-Within-Table-Chart/m-p/2769987#M86196</link>
      <description>&lt;P&gt;Thank you so much. I knew it had to do with summarize function but I couldn't remember the format&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 09:57:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Rows-Within-Table-Chart/m-p/2769987#M86196</guid>
      <dc:creator>Farhan_Raza</dc:creator>
      <dc:date>2022-09-15T09:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Count Rows Within Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Rows-Within-Table-Chart/m-p/2770167#M86210</link>
      <description>&lt;P&gt;A quick question, suppose the relationship is inactive between Table A &amp;amp; Table B, how do I incorporate within this formula ? Do I have to use USERELATIONSHIP function ?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 10:53:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Rows-Within-Table-Chart/m-p/2770167#M86210</guid>
      <dc:creator>Farhan_Raza</dc:creator>
      <dc:date>2022-09-15T10:53:51Z</dc:date>
    </item>
  </channel>
</rss>

