<?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: Calculate or count rows of Measure = 100%. Measure is not part of the table. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-or-count-rows-of-Measure-100-Measure-is-not-part-of/m-p/4119384#M163545</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="797356" data-lia-user-login="msarao" class="lia-mention lia-mention-user"&gt;msarao&lt;/a&gt;&amp;nbsp;&amp;nbsp;here is the sample,&amp;nbsp;if you encounter any issues or want to know how to do it, let me know.&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;you can download the pbix file from &lt;A href="https://datadp.com/wp-content/uploads/2024/08/Showing-Percentace-in-Column-Chart.pbix" target="_self"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P align="center"&gt;&lt;FONT face="verdana,geneva"&gt;&lt;FONT color="#99CC00"&gt;&lt;STRONG&gt;Did I answer your question?&amp;nbsp;&lt;/STRONG&gt; &lt;FONT color="#99CC00"&gt;&lt;STRONG&gt;If so, please mark my post as the solution!&lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="verdana,geneva"&gt;&lt;FONT color="#99CC00"&gt;&lt;STRONG&gt;Your Kudos are much appreciated!&amp;nbsp;&lt;/STRONG&gt; &lt;FONT color="#99CC00"&gt;&lt;STRONG&gt;Proud to be a Responsive Resident!&lt;/STRONG&gt;&lt;/FONT&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2024 20:34:11 GMT</pubDate>
    <dc:creator>ahadkarimi</dc:creator>
    <dc:date>2024-08-26T20:34:11Z</dc:date>
    <item>
      <title>Calculate or count rows of Measure = 100%. Measure is not part of the table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-or-count-rows-of-Measure-100-Measure-is-not-part-of/m-p/4119060#M163533</link>
      <description>&lt;P&gt;I have created a measure if compliance is 100%.&amp;nbsp;&lt;BR /&gt;Which is not part of the table.&lt;BR /&gt;Depending on the filters (months week empmid) , i need to count all that is 100%&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 16:25:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-or-count-rows-of-Measure-100-Measure-is-not-part-of/m-p/4119060#M163533</guid>
      <dc:creator>msarao</dc:creator>
      <dc:date>2024-08-26T16:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate or count rows of Measure = 100%. Measure is not part of the table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-or-count-rows-of-Measure-100-Measure-is-not-part-of/m-p/4119064#M163534</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="797356" data-lia-user-login="msarao" class="lia-mention lia-mention-user"&gt;msarao&lt;/a&gt;,&amp;nbsp;create the two measures below, try them out, and let me know if there are any issues.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Compliance Measure = IF(SUM('ComplianceTable'[ComplianceValue]) = 100, 1, 0)&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Count of 100% Compliance = 
CALCULATE(
    COUNTROWS('ComplianceTable'),
    'ComplianceTable'[Compliance Measure] = 1
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="center"&gt;&lt;FONT face="verdana,geneva"&gt;&lt;FONT color="#99CC00"&gt;&lt;STRONG&gt;Did I answer your question?&amp;nbsp;&lt;/STRONG&gt; &lt;FONT color="#99CC00"&gt;&lt;STRONG&gt;If so, please mark my post as the solution!&lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="verdana,geneva"&gt;&lt;FONT color="#99CC00"&gt;&lt;STRONG&gt;Your Kudos are much appreciated!&amp;nbsp;&lt;/STRONG&gt; &lt;FONT color="#99CC00"&gt;&lt;STRONG&gt;Proud to be a Responsive Resident!&lt;/STRONG&gt;&lt;/FONT&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 16:30:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-or-count-rows-of-Measure-100-Measure-is-not-part-of/m-p/4119064#M163534</guid>
      <dc:creator>ahadkarimi</dc:creator>
      <dc:date>2024-08-26T16:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate or count rows of Measure = 100%. Measure is not part of the table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-or-count-rows-of-Measure-100-Measure-is-not-part-of/m-p/4119075#M163535</link>
      <description>&lt;P&gt;Error - A function "Placeholder" has veen used in a teue/false exception that is used as a table filter expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just want a count of 100%&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 16:45:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-or-count-rows-of-Measure-100-Measure-is-not-part-of/m-p/4119075#M163535</guid>
      <dc:creator>msarao</dc:creator>
      <dc:date>2024-08-26T16:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate or count rows of Measure = 100%. Measure is not part of the table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-or-count-rows-of-Measure-100-Measure-is-not-part-of/m-p/4119384#M163545</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="797356" data-lia-user-login="msarao" class="lia-mention lia-mention-user"&gt;msarao&lt;/a&gt;&amp;nbsp;&amp;nbsp;here is the sample,&amp;nbsp;if you encounter any issues or want to know how to do it, let me know.&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;you can download the pbix file from &lt;A href="https://datadp.com/wp-content/uploads/2024/08/Showing-Percentace-in-Column-Chart.pbix" target="_self"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P align="center"&gt;&lt;FONT face="verdana,geneva"&gt;&lt;FONT color="#99CC00"&gt;&lt;STRONG&gt;Did I answer your question?&amp;nbsp;&lt;/STRONG&gt; &lt;FONT color="#99CC00"&gt;&lt;STRONG&gt;If so, please mark my post as the solution!&lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="verdana,geneva"&gt;&lt;FONT color="#99CC00"&gt;&lt;STRONG&gt;Your Kudos are much appreciated!&amp;nbsp;&lt;/STRONG&gt; &lt;FONT color="#99CC00"&gt;&lt;STRONG&gt;Proud to be a Responsive Resident!&lt;/STRONG&gt;&lt;/FONT&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 20:34:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-or-count-rows-of-Measure-100-Measure-is-not-part-of/m-p/4119384#M163545</guid>
      <dc:creator>ahadkarimi</dc:creator>
      <dc:date>2024-08-26T20:34:11Z</dc:date>
    </item>
  </channel>
</rss>

