<?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: Create Measure for Attendance (100% or 0%) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-for-Attendance-100-or-0/m-p/2827782#M89951</link>
    <description>&lt;P&gt;Thanks but I get this error:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 09 Oct 2022 00:11:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-09T00:11:54Z</dc:date>
    <item>
      <title>Create Measure for Attendance (100% or 0%)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-for-Attendance-100-or-0/m-p/2827771#M89949</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've created a table by appending "Required Attendee" with "Attendance" with the goal of visualising this to see an Attendance report. As you can see, for this particular "Meeting ID" &lt;STRONG&gt;4 people&lt;/STRONG&gt; were invited, but only &lt;STRONG&gt;2 people&lt;/STRONG&gt; attended (Name ID = 1112 and Name ID = 1703).&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;How can I write a measure to show the full list of attendees with a column showing those who attended as 100% and those who didn't as 0%?&lt;BR /&gt;&lt;BR /&gt;Something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name ID&lt;/TD&gt;&lt;TD&gt;Attendance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;67&lt;/TD&gt;&lt;TD&gt;0%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;139&lt;/TD&gt;&lt;TD&gt;0%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1112&lt;/TD&gt;&lt;TD&gt;100%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1703&lt;/TD&gt;&lt;TD&gt;100%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Oct 2022 23:39:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-for-Attendance-100-or-0/m-p/2827771#M89949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-08T23:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create Measure for Attendance (100% or 0%)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-for-Attendance-100-or-0/m-p/2827776#M89950</link>
      <description>&lt;P class="lia-align-justify"&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;You can use the following DAX Formula to create the result table:&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;Attendance Percentage = SUMMARIZE('Table','Table'[Name ID],"Attendance",IF(MIN('Table'[Type])="Attendance",1,0))&lt;/LI-CODE&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Format the Attendance column as percentage to see this result:&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&lt;img /&gt;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&lt;EM&gt;Works for you? Mark this post as a solution if it does!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Oct 2022 23:55:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-for-Attendance-100-or-0/m-p/2827776#M89950</guid>
      <dc:creator>Shaurya</dc:creator>
      <dc:date>2022-10-08T23:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create Measure for Attendance (100% or 0%)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-for-Attendance-100-or-0/m-p/2827782#M89951</link>
      <description>&lt;P&gt;Thanks but I get this error:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2022 00:11:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-for-Attendance-100-or-0/m-p/2827782#M89951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-09T00:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create Measure for Attendance (100% or 0%)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-for-Attendance-100-or-0/m-p/2827787#M89952</link>
      <description>&lt;P class="lia-align-justify"&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Since this will return a table, you can not create this formula as a measure. Use it to create a new DAX table.&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&lt;EM&gt;Did I answer your question? Mark this post as a solution if I did!&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2022 00:27:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-for-Attendance-100-or-0/m-p/2827787#M89952</guid>
      <dc:creator>Shaurya</dc:creator>
      <dc:date>2022-10-09T00:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create Measure for Attendance (100% or 0%)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-for-Attendance-100-or-0/m-p/2827793#M89953</link>
      <description>&lt;P&gt;Perfect! Thanks so much for that!&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2022 00:43:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-for-Attendance-100-or-0/m-p/2827793#M89953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-09T00:43:41Z</dc:date>
    </item>
  </channel>
</rss>

