<?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 number of rows where the same ids in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395237#M62456</link>
    <description>&lt;P&gt;It depends on which visual you are using as well. Could you be more specific?&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2022 12:29:37 GMT</pubDate>
    <dc:creator>tamdo95</dc:creator>
    <dc:date>2022-03-15T12:29:37Z</dc:date>
    <item>
      <title>Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2394762#M62426</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you can help me. I am quite new in powerbi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table where ids reoccure, and I want to count total number of rows. I have tried countrows however it only counts the same id once... Is this possible to bypass?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 09:34:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2394762#M62426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-15T09:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2394831#M62431</link>
      <description>&lt;P&gt;Hi Jarken, can you elaborate?&lt;/P&gt;&lt;P&gt;Your&amp;nbsp; data looks something like this:&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You want a total count of 10, but it is showing 6?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 09:50:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2394831#M62431</guid>
      <dc:creator>PiEye</dc:creator>
      <dc:date>2022-03-15T09:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2394839#M62433</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes exactly, thank you for specifying!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 09:52:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2394839#M62433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-15T09:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2394871#M62434</link>
      <description>&lt;P&gt;Which function are you using? Count() should return 10, but there is also a function called DISTINCTCOUNT() which will return the smaller number.&lt;/P&gt;&lt;P&gt;Also is your measure in the same table as where the ID is residing?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 10:02:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2394871#M62434</guid>
      <dc:creator>PiEye</dc:creator>
      <dc:date>2022-03-15T10:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2394877#M62435</link>
      <description>&lt;P&gt;I am using count and it returns the smaller number, and i am doing it in another column&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 10:03:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2394877#M62435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-15T10:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2394990#M62440</link>
      <description>&lt;P&gt;Is it the same table? What does your data model look like?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 10:49:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2394990#M62440</guid>
      <dc:creator>PiEye</dc:creator>
      <dc:date>2022-03-15T10:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395017#M62442</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;In this case, I think you can use the COUNTROWS function. I hope this will help.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 11:03:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395017#M62442</guid>
      <dc:creator>tamdo95</dc:creator>
      <dc:date>2022-03-15T11:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395067#M62445</link>
      <description>&lt;P&gt;Yes it is the same table, i tried adding a new column&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 11:14:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395067#M62445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-15T11:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395178#M62451</link>
      <description>&lt;P&gt;Hi Tamdo,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried that but it returns the same number&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 12:05:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395178#M62451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-15T12:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395217#M62454</link>
      <description>&lt;P&gt;Do you have more information you can give us? I'm trying to recreate the issue, but can only make it happen if&amp;nbsp; the ID field is in a different table to the one with the measure&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 12:23:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395217#M62454</guid>
      <dc:creator>PiEye</dc:creator>
      <dc:date>2022-03-15T12:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395237#M62456</link>
      <description>&lt;P&gt;It depends on which visual you are using as well. Could you be more specific?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 12:29:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395237#M62456</guid>
      <dc:creator>tamdo95</dc:creator>
      <dc:date>2022-03-15T12:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395429#M62471</link>
      <description>&lt;P&gt;Hi again, i solved the problem. Thank you so much for your time!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 13:40:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395429#M62471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-15T13:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395433#M62472</link>
      <description>&lt;P&gt;Hi again, i solved the problem. Thank you so much for your time!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 13:40:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395433#M62472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-15T13:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395438#M62473</link>
      <description>&lt;P&gt;That's great Jarken - what was the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pi&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 13:43:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395438#M62473</guid>
      <dc:creator>PiEye</dc:creator>
      <dc:date>2022-03-15T13:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395442#M62474</link>
      <description>&lt;P&gt;It was a wrong relation between two tables. Ups!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 13:46:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2395442#M62474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-15T13:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of rows where the same ids</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2402610#M62955</link>
      <description>&lt;P&gt;Good to know!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 08:23:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-rows-where-the-same-ids/m-p/2402610#M62955</guid>
      <dc:creator>PiEye</dc:creator>
      <dc:date>2022-03-18T08:23:35Z</dc:date>
    </item>
  </channel>
</rss>

