<?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: Getting values and filtering a virtual table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-values-and-filtering-a-virtual-table/m-p/1744462#M36266</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="155862" data-lia-user-login="gdecome" class="lia-mention lia-mention-user"&gt;gdecome&lt;/a&gt; , You can try like &lt;/P&gt;
&lt;P&gt;MAXX(_index,_index[Value2]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MAXX(filter(_index,_index[Value2] =2),_index[Value3])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have use functions which take table name as one of the argument&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Mar 2021 05:20:56 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2021-03-25T05:20:56Z</dc:date>
    <item>
      <title>Getting values and filtering a virtual table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-values-and-filtering-a-virtual-table/m-p/1743848#M36252</link>
      <description>&lt;P&gt;Hi all, I need to create a table inside the measure (not as another table) and get values from there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I run as below, it works fine&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;I see the table is Ok&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to write an expression that works for specific columns?&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;MAX(_index[Value2) ... that will return 3.1&amp;nbsp; ... or&lt;BR /&gt;FILTER(_index,[Value1] = 2 ... to select that specifc row&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 21:24:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-values-and-filtering-a-virtual-table/m-p/1743848#M36252</guid>
      <dc:creator>gdecome</dc:creator>
      <dc:date>2021-03-24T21:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting values and filtering a virtual table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-values-and-filtering-a-virtual-table/m-p/1744462#M36266</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="155862" data-lia-user-login="gdecome" class="lia-mention lia-mention-user"&gt;gdecome&lt;/a&gt; , You can try like &lt;/P&gt;
&lt;P&gt;MAXX(_index,_index[Value2]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MAXX(filter(_index,_index[Value2] =2),_index[Value3])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have use functions which take table name as one of the argument&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 05:20:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-values-and-filtering-a-virtual-table/m-p/1744462#M36266</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-03-25T05:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting values and filtering a virtual table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-values-and-filtering-a-virtual-table/m-p/1745474#M36291</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;but it is not working yet. It is not recognizing the table&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;</description>
      <pubDate>Thu, 25 Mar 2021 11:37:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-values-and-filtering-a-virtual-table/m-p/1745474#M36291</guid>
      <dc:creator>gdecome</dc:creator>
      <dc:date>2021-03-25T11:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting values and filtering a virtual table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-values-and-filtering-a-virtual-table/m-p/1746616#M36333</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;, I could solve the problem removing the table name before the column name.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MAXX ( _index , [Value2] )&lt;BR /&gt;Thank you for your help&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 21:36:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-values-and-filtering-a-virtual-table/m-p/1746616#M36333</guid>
      <dc:creator>gdecome</dc:creator>
      <dc:date>2021-03-25T21:36:25Z</dc:date>
    </item>
  </channel>
</rss>

