<?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: DAX ISSSUBTOTAL Evaluate Issue in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ISSSUBTOTAL-Evaluate-Issue/m-p/830330#M5977</link>
    <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="143348" data-lia-user-login="HarsimranPWRBI" class="lia-mention lia-mention-user"&gt;HarsimranPWRBI&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have Cate&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;go&lt;/STRONG&gt;&lt;/FONT&gt;ry instead of Cate&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;og&lt;/FONT&gt;&lt;/STRONG&gt;ry (which you use to build the table). And that's what the error message complains about. Let me know if there are other things not working after updating that.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving kudos &lt;/FONT&gt;if posts are helpful.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&amp;nbsp;&lt;IMG src="https://community.fabric.microsoft.com/html/badge_icons/SU18_powerbi_badge.png" border="0" alt="Datanaut" width="64" height="64" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2019 17:55:24 GMT</pubDate>
    <dc:creator>AlB</dc:creator>
    <dc:date>2019-10-28T17:55:24Z</dc:date>
    <item>
      <title>DAX ISSSUBTOTAL Evaluate Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ISSSUBTOTAL-Evaluate-Issue/m-p/825818#M5793</link>
      <description>&lt;P&gt;I'm trying to evaluate below query but getting error "&lt;FONT size="4" color="#FF0000"&gt;Query(22,48) Column "Category" cannot be found or may not be used in this expression&lt;/FONT&gt;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if i'm missing something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;DEFINE
    VAR table1 =
        UNION (
            ROW ( "Cateogry", "A", "Value", INT ( 1 ) ),
            ROW ( "Cateogry", "A", "Value", INT ( 2 ) ),
            ROW ( "Cateogry", "A", "Value", INT ( 3 ) ),
            ROW ( "Cateogry", "B", "Value", INT ( 4 ) ),
            ROW ( "Cateogry", "B", "Value", INT ( 5 ) ),
            ROW ( "Cateogry", "C", "Value", INT ( 6 ) ),
            ROW ( "Cateogry", "c", "Value", INT ( 7 ) )
        )
    --EVALUATE table1
   VAR H =
        SUMMARIZE (
            table1,
            ROLLUP ( [Cateogry] ),
            "Sum of Value", SUMX ( table1, [Value] ),
            "Max of Value", MAXX ( table1, [Value] ),
            "Average of Value", FIXED ( AVERAGEX ( table1, [Value] ), 1 ),
            "Is Category Subtotal", ISSUBTOTAL([Category])
        )

EVALUATE
H&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 06:58:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ISSSUBTOTAL-Evaluate-Issue/m-p/825818#M5793</guid>
      <dc:creator>HarsimranPWRBI</dc:creator>
      <dc:date>2019-10-23T06:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: DAX ISSSUBTOTAL Evaluate Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ISSSUBTOTAL-Evaluate-Issue/m-p/830330#M5977</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="143348" data-lia-user-login="HarsimranPWRBI" class="lia-mention lia-mention-user"&gt;HarsimranPWRBI&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have Cate&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;go&lt;/STRONG&gt;&lt;/FONT&gt;ry instead of Cate&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;og&lt;/FONT&gt;&lt;/STRONG&gt;ry (which you use to build the table). And that's what the error message complains about. Let me know if there are other things not working after updating that.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving kudos &lt;/FONT&gt;if posts are helpful.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&amp;nbsp;&lt;IMG src="https://community.fabric.microsoft.com/html/badge_icons/SU18_powerbi_badge.png" border="0" alt="Datanaut" width="64" height="64" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 17:55:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ISSSUBTOTAL-Evaluate-Issue/m-p/830330#M5977</guid>
      <dc:creator>AlB</dc:creator>
      <dc:date>2019-10-28T17:55:24Z</dc:date>
    </item>
  </channel>
</rss>

