<?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 Attendance or count based on 2 fields in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4250960#M168311</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a table, as below and I need to count the employee attendance for the whole month. I want the answer as ABC =3, PQR=4, CDF=3. If I use the count of (Login date) in a matrix it gives correct, but the total does not come as correct. Also I want it based on Division for each month, or week. How do I use this. I used the sumx function, but it is not working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Division&lt;/TD&gt;&lt;TD&gt;Employee Name&lt;/TD&gt;&lt;TD&gt;Login Date&lt;/TD&gt;&lt;TD&gt;Time&lt;/TD&gt;&lt;TD&gt;Day of Week&lt;/TD&gt;&lt;TD&gt;Location&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;ABC&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;24/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;50:17.0&lt;/TD&gt;&lt;TD&gt;Tuesday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;ABC&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;25/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;33:52.0&lt;/TD&gt;&lt;TD&gt;Wednesday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;ABC&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;31/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;54:14.0&lt;/TD&gt;&lt;TD&gt;Tuesday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;PQR&lt;/TD&gt;&lt;TD&gt;11/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;07:44.0&lt;/TD&gt;&lt;TD&gt;Wednesday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;PQR&lt;/TD&gt;&lt;TD&gt;31/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;25:03.0&lt;/TD&gt;&lt;TD&gt;Tuesday&lt;/TD&gt;&lt;TD&gt;2nd Floor Lift Lobby Door LHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;PQR&lt;/TD&gt;&lt;TD&gt;11/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;24:06.0&lt;/TD&gt;&lt;TD&gt;Wednesday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;PQR&lt;/TD&gt;&lt;TD&gt;12/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;12:56.0&lt;/TD&gt;&lt;TD&gt;Thursday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;CDF&lt;/TD&gt;&lt;TD&gt;13/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;12:43.0&lt;/TD&gt;&lt;TD&gt;Friday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;CDF&lt;/TD&gt;&lt;TD&gt;16/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;12:08.0&lt;/TD&gt;&lt;TD&gt;Monday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;CDF&lt;/TD&gt;&lt;TD&gt;17/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;13:19.0&lt;/TD&gt;&lt;TD&gt;Tuesday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Mon, 21 Oct 2024 14:16:30 GMT</pubDate>
    <dc:creator>rains_23</dc:creator>
    <dc:date>2024-10-21T14:16:30Z</dc:date>
    <item>
      <title>Attendance or count based on 2 fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4250960#M168311</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a table, as below and I need to count the employee attendance for the whole month. I want the answer as ABC =3, PQR=4, CDF=3. If I use the count of (Login date) in a matrix it gives correct, but the total does not come as correct. Also I want it based on Division for each month, or week. How do I use this. I used the sumx function, but it is not working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Division&lt;/TD&gt;&lt;TD&gt;Employee Name&lt;/TD&gt;&lt;TD&gt;Login Date&lt;/TD&gt;&lt;TD&gt;Time&lt;/TD&gt;&lt;TD&gt;Day of Week&lt;/TD&gt;&lt;TD&gt;Location&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;ABC&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;24/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;50:17.0&lt;/TD&gt;&lt;TD&gt;Tuesday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;ABC&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;25/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;33:52.0&lt;/TD&gt;&lt;TD&gt;Wednesday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;ABC&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;31/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;54:14.0&lt;/TD&gt;&lt;TD&gt;Tuesday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;PQR&lt;/TD&gt;&lt;TD&gt;11/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;07:44.0&lt;/TD&gt;&lt;TD&gt;Wednesday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;PQR&lt;/TD&gt;&lt;TD&gt;31/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;25:03.0&lt;/TD&gt;&lt;TD&gt;Tuesday&lt;/TD&gt;&lt;TD&gt;2nd Floor Lift Lobby Door LHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;PQR&lt;/TD&gt;&lt;TD&gt;11/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;24:06.0&lt;/TD&gt;&lt;TD&gt;Wednesday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;PQR&lt;/TD&gt;&lt;TD&gt;12/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;12:56.0&lt;/TD&gt;&lt;TD&gt;Thursday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;CDF&lt;/TD&gt;&lt;TD&gt;13/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;12:43.0&lt;/TD&gt;&lt;TD&gt;Friday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;CDF&lt;/TD&gt;&lt;TD&gt;16/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;12:08.0&lt;/TD&gt;&lt;TD&gt;Monday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;CDF&lt;/TD&gt;&lt;TD&gt;17/01/2023 00:00&lt;/TD&gt;&lt;TD&gt;13:19.0&lt;/TD&gt;&lt;TD&gt;Tuesday&lt;/TD&gt;&lt;TD&gt;Atrium Door RHS&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 21 Oct 2024 14:16:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4250960#M168311</guid>
      <dc:creator>rains_23</dc:creator>
      <dc:date>2024-10-21T14:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Attendance or count based on 2 fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4251028#M168317</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="522719" data-lia-user-login="rains_23" class="lia-mention lia-mention-user"&gt;rains_23&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;first add a column to your table as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;year_month= format( date , 'YYYYMM')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then write a measure as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;measure employee_count := var tbl = summarize (table , division, employee , year_month ,"cnt", count (employee))&lt;/P&gt;&lt;P&gt;return&lt;/P&gt;&lt;P&gt;sumx(tbl , cnt )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this post helps, then I would appreciate a thumbs up&amp;nbsp;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;mark it as the solution&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 14:45:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4251028#M168317</guid>
      <dc:creator>Selva-Salimi</dc:creator>
      <dc:date>2024-10-21T14:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Attendance or count based on 2 fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4251613#M168359</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="522719" data-lia-user-login="rains_23" class="lia-mention lia-mention-user"&gt;rains_23&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;When using the count of “Login Date” in the matrix, the total is 10, isn't that what you want? May I ask what you expect the total to be?&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;If I use the count of (Login date) in a matrix it gives correct, but the total does not come as correct.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my test result:&lt;/P&gt;
&lt;P&gt;Create new columns with the following DAX:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;MonthYear = FORMAT([Login Date], "YYYY-MM")&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;WeekNumber = WEEKNUM([Login Date])&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Jarvis Tang&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&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.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 01:40:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4251613#M168359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-22T01:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Attendance or count based on 2 fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4252275#M168403</link>
      <description>&lt;P&gt;The total does not come correct for me ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 08:48:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4252275#M168403</guid>
      <dc:creator>rains_23</dc:creator>
      <dc:date>2024-10-22T08:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Attendance or count based on 2 fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4252335#M168404</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="522719" data-lia-user-login="rains_23" class="lia-mention lia-mention-user"&gt;rains_23&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is too little information to see from this screenshot, could you please create a matrix visual showing us the problem you are experiencing using the sample data from the initial post?&lt;/P&gt;
&lt;P&gt;And describe all the relevant fields in the matrix and the measures that might be used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jarvis Tang&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 09:19:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4252335#M168404</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-22T09:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Attendance or count based on 2 fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4252686#M168430</link>
      <description>&lt;P&gt;Sorry, I was going to post the data I used. All are simple columns. Month is a colum duplicated from Login date. with month format. What it is doing is it is taking the total as 21 in above example, that is number of employees in the month of jan. and not no. of occurence. So If an employee is in month of jan 3 times, it is counting as 1 and not 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 13:50:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4252686#M168430</guid>
      <dc:creator>rains_23</dc:creator>
      <dc:date>2024-10-22T13:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Attendance or count based on 2 fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4252689#M168431</link>
      <description>&lt;P&gt;Card details - is employee name&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 13:50:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4252689#M168431</guid>
      <dc:creator>rains_23</dc:creator>
      <dc:date>2024-10-22T13:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Attendance or count based on 2 fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4253731#M168495</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="522719" data-lia-user-login="rains_23" class="lia-mention lia-mention-user"&gt;rains_23&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on your description, I think you were expecting the totals to be count of Login Date, but the actual result in your matrix looks like count of employee, is that correct? Please correct me if I have misunderstood.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT&gt;However, I am not able to reproduce the problem using sample data.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;Please check the following first:&lt;BR /&gt;1. Check the field settings:&lt;BR /&gt;Make sure the Employee, Division and Month fields are not incorrectly set as row labels or key column.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;2. Data Model Relationships:&lt;BR /&gt;Make sure that the Login Date column has the correct relationship to the other tables and that there are no many-to-many relationships.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the problem persists, please create a simple sample Power BI file with sample data to reproduce the problem and share your pbix file here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jarvis Tang&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 07:11:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4253731#M168495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-23T07:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Attendance or count based on 2 fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4254209#M168520</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Unfortunately I am not able to find the Row Label and Key Column properties in my version.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 11:08:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4254209#M168520</guid>
      <dc:creator>rains_23</dc:creator>
      <dc:date>2024-10-23T11:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Attendance or count based on 2 fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4255559#M168577</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="522719" data-lia-user-login="rains_23" class="lia-mention lia-mention-user"&gt;rains_23&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the model view, select your table to see the Row lable and Key column.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;As stated in the previous reply, if possible, please create a Power BI file using simple sample data and reproduce the problem, then share that Power BI file here and we'll try to find the cause of the probelm and solve it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jarvis Tang&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 05:53:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Attendance-or-count-based-on-2-fields/m-p/4255559#M168577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-24T05:53:18Z</dc:date>
    </item>
  </channel>
</rss>

