<?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 Table Function - Need Help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Function-Need-Help/m-p/1870010#M40054</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data , where i have Due days. i want to create a measure that only show me days which is &amp;gt;=1 .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Logic = FILTER('Table Aging,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Table Aging&lt;/SPAN&gt;&lt;SPAN&gt;'[Days Due] &amp;gt;1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;but this i can not show in metrics table. since Filter function is a connector and will not show any result if using naked.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;please advise ...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 28 May 2021 12:43:42 GMT</pubDate>
    <dc:creator>sandee</dc:creator>
    <dc:date>2021-05-28T12:43:42Z</dc:date>
    <item>
      <title>Table Function - Need Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Function-Need-Help/m-p/1870010#M40054</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data , where i have Due days. i want to create a measure that only show me days which is &amp;gt;=1 .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Logic = FILTER('Table Aging,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Table Aging&lt;/SPAN&gt;&lt;SPAN&gt;'[Days Due] &amp;gt;1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;but this i can not show in metrics table. since Filter function is a connector and will not show any result if using naked.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;please advise ...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 May 2021 12:43:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Function-Need-Help/m-p/1870010#M40054</guid>
      <dc:creator>sandee</dc:creator>
      <dc:date>2021-05-28T12:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table Function - Need Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Function-Need-Help/m-p/1870034#M40059</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="139013" data-lia-user-login="sandee" class="lia-mention lia-mention-user"&gt;sandee&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you need a measure to count the record then:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Logic = 
COUNTROWS(
FILTER(
    'Table Aging,
    Table Aging'[Days Due] &amp;gt;1
)
)&lt;/LI-CODE&gt;
&lt;P&gt;otherwise click on New Table in the modeling tab and paste&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Logic Table = 

FILTER(
    'Table Aging,
    Table Aging'[Days Due] &amp;gt;1
)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 28 May 2021 12:52:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Function-Need-Help/m-p/1870034#M40059</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2021-05-28T12:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table Function - Need Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Function-Need-Help/m-p/1870058#M40063</link>
      <description>&lt;P&gt;Thank u Fowmy, it worked , but i got the complete table, what if i want one column only "Due Days &amp;gt;=1. should i use Value and Filter?&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 13:02:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Function-Need-Help/m-p/1870058#M40063</guid>
      <dc:creator>sandee</dc:creator>
      <dc:date>2021-05-28T13:02:16Z</dc:date>
    </item>
  </channel>
</rss>

