<?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: Columns missing in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Columns-missing/m-p/4264641#M169023</link>
    <description>&lt;P&gt;It's not really clear what you mean but if this is a measure, you'll need to wrap your columns in a min, max or selectedvalue depending on your use case.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;e.g. NOT(ISBLANK(MIN('DEALS'[Sales Agent])))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2024 00:41:58 GMT</pubDate>
    <dc:creator>KNP</dc:creator>
    <dc:date>2024-10-31T00:41:58Z</dc:date>
    <item>
      <title>Columns missing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Columns-missing/m-p/4264620#M169020</link>
      <description>&lt;P&gt;New user here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the following query, but where i'm using 'DEALS'[Sales Agent] and [Energy Specialist], I can't find either of those columns. I can only see 6 out of my 17 columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AgentTypeFilter = VAR SelectedAgent = SELECTEDVALUE(AgentTypeToggle[Agent Type], "Both")&lt;BR /&gt;RETURN&lt;BR /&gt;SWITCH(&lt;BR /&gt;TRUE(),&lt;BR /&gt;SelectedAgent = "Sales Agent" &amp;amp;&amp;amp; NOT(ISBLANK('DEALS'[Sales Agent])), TRUE(),&lt;BR /&gt;SelectedAgent = "Energy Specialist" &amp;amp;&amp;amp; NOT(ISBLANK('DEALS'[Energy Specialist])) &amp;amp;&amp;amp; ISBLANK('DEALS'[Sales Agent]), TRUE(),&lt;BR /&gt;SelectedAgent = "Both", TRUE(),&lt;BR /&gt;FALSE()&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Appreciate any help&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 00:06:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Columns-missing/m-p/4264620#M169020</guid>
      <dc:creator>Ht787</dc:creator>
      <dc:date>2024-10-31T00:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Columns missing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Columns-missing/m-p/4264626#M169022</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="833289" data-lia-user-login="Ht787" class="lia-mention lia-mention-user"&gt;Ht787&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how are the two tables related: AgentTypeToggle and&amp;nbsp;&lt;SPAN&gt;DEALS?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 00:18:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Columns-missing/m-p/4264626#M169022</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2024-10-31T00:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Columns missing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Columns-missing/m-p/4264641#M169023</link>
      <description>&lt;P&gt;It's not really clear what you mean but if this is a measure, you'll need to wrap your columns in a min, max or selectedvalue depending on your use case.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;e.g. NOT(ISBLANK(MIN('DEALS'[Sales Agent])))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 00:41:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Columns-missing/m-p/4264641#M169023</guid>
      <dc:creator>KNP</dc:creator>
      <dc:date>2024-10-31T00:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Columns missing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Columns-missing/m-p/4264847#M169025</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="833289" data-lia-user-login="Ht787" class="lia-mention lia-mention-user"&gt;Ht787&lt;/a&gt;&amp;nbsp; Try refreshing data, check applied steps in the power query.&amp;nbsp;&lt;SPAN&gt;For example, a&amp;nbsp;&lt;/SPAN&gt;Removed Other Columns&lt;SPAN&gt;&amp;nbsp;step might be excluding the columns you need.&amp;nbsp;Ensure that the columns are not hidden.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 03:30:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Columns-missing/m-p/4264847#M169025</guid>
      <dc:creator>shafiz_p</dc:creator>
      <dc:date>2024-10-31T03:30:42Z</dc:date>
    </item>
  </channel>
</rss>

