<?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: Number of rows in Power BI when both tables have the same creation date and the same person in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-rows-in-Power-BI-when-both-tables-have-the-same/m-p/4329425#M171863</link>
    <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;Do not include sensitive information. Do not include anything that is unrelated to the issue or question. &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Need help uploading data? &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 15 Dec 2024 01:39:25 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-12-15T01:39:25Z</dc:date>
    <item>
      <title>Number of rows in Power BI when both tables have the same creation date and the same person</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-rows-in-Power-BI-when-both-tables-have-the-same/m-p/4329404#M171857</link>
      <description>&lt;P&gt;I have two tables. One contains information about the verification of the client's data, and the other contains information about the activities carried out by the consultant. I want to calculate the number of rows in Power BI when both tables have the same creation date and the same person who created the verification and activity. Please help.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2024 22:15:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-rows-in-Power-BI-when-both-tables-have-the-same/m-p/4329404#M171857</guid>
      <dc:creator>summer123</dc:creator>
      <dc:date>2024-12-14T22:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Number of rows in Power BI when both tables have the same creation date and the same person</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-rows-in-Power-BI-when-both-tables-have-the-same/m-p/4329425#M171863</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;Do not include sensitive information. Do not include anything that is unrelated to the issue or question. &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Need help uploading data? &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2024 01:39:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-rows-in-Power-BI-when-both-tables-have-the-same/m-p/4329425#M171863</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-12-15T01:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Number of rows in Power BI when both tables have the same creation date and the same person</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-rows-in-Power-BI-when-both-tables-have-the-same/m-p/4329527#M171865</link>
      <description>&lt;P&gt;First table:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ClientID&lt;/TD&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Surname&lt;/TD&gt;&lt;TD&gt;Position&lt;/TD&gt;&lt;TD&gt;e-mail&lt;/TD&gt;&lt;TD&gt;Verification Date&lt;/TD&gt;&lt;TD&gt;Verification person&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1213&lt;/TD&gt;&lt;TD&gt;Kate&lt;/TD&gt;&lt;TD&gt;Johnson&lt;/TD&gt;&lt;TD&gt;accountant&lt;/TD&gt;&lt;TD&gt;Kate@dot.com&lt;/TD&gt;&lt;TD&gt;01.12.2024&lt;/TD&gt;&lt;TD&gt;Amelia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;456&lt;/TD&gt;&lt;TD&gt;Ann&lt;/TD&gt;&lt;TD&gt;Novak&lt;/TD&gt;&lt;TD&gt;specialist&lt;/TD&gt;&lt;TD&gt;Ann@dot.com&lt;/TD&gt;&lt;TD&gt;03.12.2024&lt;/TD&gt;&lt;TD&gt;Emma&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;789&lt;/TD&gt;&lt;TD&gt;Fiona&lt;/TD&gt;&lt;TD&gt;Smith&lt;/TD&gt;&lt;TD&gt;director&lt;/TD&gt;&lt;TD&gt;Fiona@dot.com&lt;/TD&gt;&lt;TD&gt;01.12.2024&lt;/TD&gt;&lt;TD&gt;Ava&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;900&lt;/TD&gt;&lt;TD&gt;Mark&lt;/TD&gt;&lt;TD&gt;Ross&lt;/TD&gt;&lt;TD&gt;specialist&lt;/TD&gt;&lt;TD&gt;Mark@dot.com&lt;/TD&gt;&lt;TD&gt;05.12.2024&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Mia&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second table&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Consultant&lt;/TD&gt;&lt;TD&gt;Activity&lt;/TD&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Ava&lt;/TD&gt;&lt;TD&gt;call&lt;/TD&gt;&lt;TD&gt;01.12.2024&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Amelia&lt;/TD&gt;&lt;TD&gt;call&lt;/TD&gt;&lt;TD&gt;01.12.2024&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sophia&lt;/TD&gt;&lt;TD&gt;call&lt;/TD&gt;&lt;TD&gt;01.12.2024&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Isa&lt;/TD&gt;&lt;TD&gt;call&lt;/TD&gt;&lt;TD&gt;01.12.2024&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result I want:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Verification person&lt;/TD&gt;&lt;TD&gt;Verification Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Ava&lt;/TD&gt;&lt;TD&gt;01.12.2024&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Amelia&lt;/TD&gt;&lt;TD&gt;01.12.2024&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2024 08:52:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-rows-in-Power-BI-when-both-tables-have-the-same/m-p/4329527#M171865</guid>
      <dc:creator>summer123</dc:creator>
      <dc:date>2024-12-15T08:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Number of rows in Power BI when both tables have the same creation date and the same person</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-rows-in-Power-BI-when-both-tables-have-the-same/m-p/4331105#M171922</link>
      <description>&lt;LI-CODE lang="markup"&gt;let
    Source = Table.NestedJoin(#"First Table", {"Verification Date", "Verification person"}, #"Second Table", {"Date", "Consultant"}, "Second Table", JoinKind.Inner),
    #"Removed Other Columns" = Table.SelectColumns(Source,{"Verification Date", "Verification person"})
in
    #"Removed Other Columns"&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 16 Dec 2024 14:51:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-rows-in-Power-BI-when-both-tables-have-the-same/m-p/4331105#M171922</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-12-16T14:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Number of rows in Power BI when both tables have the same creation date and the same person</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-rows-in-Power-BI-when-both-tables-have-the-same/m-p/4331952#M171981</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="901367" data-lia-user-login="summer123" class="lia-mention lia-mention-user"&gt;summer123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First of all thanks to&amp;nbsp;lbendlin&amp;nbsp; for the quick reply and solution. Allow me to offer another insight:&lt;BR /&gt;You can also create a calculated table if you don't want to add a table to the Power query.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Result Table = 
SELECTCOLUMNS (
    FILTER (
        'First table',
        CONTAINSROW (
            SUMMARIZE ( 'Second table', 'Second table'[Consultant], 'Second table'[Date] ),
            'First table'[Verification person],
            'First table'[Verification Date]
        )
    ),
    [Verification person],
    [Verification Date]
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;We can then create a measure to count the number of rows.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Countrows = COUNTROWS(ALL('Result Table'))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution &lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 02:39:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-rows-in-Power-BI-when-both-tables-have-the-same/m-p/4331952#M171981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-17T02:39:11Z</dc:date>
    </item>
  </channel>
</rss>

