<?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 DAX Not Recognizing Column Names from Table Stored in Variable in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Not-Recognizing-Column-Names-from-Table-Stored-in-Variable/m-p/3477140#M132846</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am experiencing an issue where DAX is not recognizing the column names from a table I have stored in a variable, and I am hoping someone might be able to assist.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Problem Description:&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;When referring to the columns of my table stored in the variable named "Arreglo," DAX throws an error saying &lt;STRONG&gt;"Cannot find name '[Monto]' or '[Año]',"&lt;/STRONG&gt; and upon pressing enter, another message appears stating &lt;STRONG&gt;"Cannot find table 'Arreglo'."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem occurs in the following code segment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VAR Monto =&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;CALCULATE( SUMX( Arreglo, Arreglo[Monto] ), FILTER( Arreglo, Arreglo[Año] = [Año actual] &amp;amp;&amp;amp; Arreglo[Mes] = Mes ) )&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;DAX Code :&lt;/STRONG&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any guidance or assistance on this matter would be greatly appreciated. Thank you in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 15 Oct 2023 02:59:34 GMT</pubDate>
    <dc:creator>JoseH16</dc:creator>
    <dc:date>2023-10-15T02:59:34Z</dc:date>
    <item>
      <title>DAX Not Recognizing Column Names from Table Stored in Variable</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Not-Recognizing-Column-Names-from-Table-Stored-in-Variable/m-p/3477140#M132846</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am experiencing an issue where DAX is not recognizing the column names from a table I have stored in a variable, and I am hoping someone might be able to assist.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Problem Description:&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;When referring to the columns of my table stored in the variable named "Arreglo," DAX throws an error saying &lt;STRONG&gt;"Cannot find name '[Monto]' or '[Año]',"&lt;/STRONG&gt; and upon pressing enter, another message appears stating &lt;STRONG&gt;"Cannot find table 'Arreglo'."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem occurs in the following code segment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VAR Monto =&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;CALCULATE( SUMX( Arreglo, Arreglo[Monto] ), FILTER( Arreglo, Arreglo[Año] = [Año actual] &amp;amp;&amp;amp; Arreglo[Mes] = Mes ) )&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;DAX Code :&lt;/STRONG&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any guidance or assistance on this matter would be greatly appreciated. Thank you in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2023 02:59:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Not-Recognizing-Column-Names-from-Table-Stored-in-Variable/m-p/3477140#M132846</guid>
      <dc:creator>JoseH16</dc:creator>
      <dc:date>2023-10-15T02:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Not Recognizing Column Names from Table Stored in Variable</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Not-Recognizing-Column-Names-from-Table-Stored-in-Variable/m-p/3477158#M132848</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the columns that you want to use inside the measure is virtually created in VAR above.&lt;/P&gt;
&lt;P&gt;Please try using the column name without the table name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2023 04:47:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Not-Recognizing-Column-Names-from-Table-Stored-in-Variable/m-p/3477158#M132848</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2023-10-15T04:47:42Z</dc:date>
    </item>
  </channel>
</rss>

