<?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: Do I need to use the filter funtion? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Do-I-need-to-use-the-filter-funtion/m-p/1077463#M15134</link>
    <description>&lt;P&gt;What's happening with the measure in it's current form?&lt;/P&gt;
&lt;P&gt;And is 'Invoice'[Sales Amount - Total] a measure?&lt;/P&gt;
&lt;P&gt;Is [Fiscal Year Name] a number or text type?&lt;/P&gt;
&lt;P&gt;Are the 2 tables related?&lt;/P&gt;</description>
    <pubDate>Wed, 06 May 2020 23:33:02 GMT</pubDate>
    <dc:creator>HotChilli</dc:creator>
    <dc:date>2020-05-06T23:33:02Z</dc:date>
    <item>
      <title>Do I need to use the filter funtion?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Do-I-need-to-use-the-filter-funtion/m-p/1077398#M15131</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to calculate sales total only for fiscal year 2020. Any ideas why the below DAX measure wont work? If I try to use the FILTER function it tells me "incorrect parameter used"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE('Invoice'[Sales Amount - Total], ('Invoice Date'[Fiscal Year Name] = 2020))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 May 2020 22:25:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Do-I-need-to-use-the-filter-funtion/m-p/1077398#M15131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-06T22:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to use the filter funtion?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Do-I-need-to-use-the-filter-funtion/m-p/1077449#M15133</link>
      <description>&lt;P&gt;Well you are kind of technically using the FILTERS function already, that's just syntax sugar. I believe the fully canonical of what you have is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CALCULATE('Invoice'[Sales Amount - Total], FILTER('Invoice Date', 'Invoice Date'[Fiscal Year Name] = 2020))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But, tough to say, maybe a missing relationship or wrong tables and column names? Who knows. Could be a lot of things.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 23:20:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Do-I-need-to-use-the-filter-funtion/m-p/1077449#M15133</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-05-06T23:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to use the filter funtion?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Do-I-need-to-use-the-filter-funtion/m-p/1077463#M15134</link>
      <description>&lt;P&gt;What's happening with the measure in it's current form?&lt;/P&gt;
&lt;P&gt;And is 'Invoice'[Sales Amount - Total] a measure?&lt;/P&gt;
&lt;P&gt;Is [Fiscal Year Name] a number or text type?&lt;/P&gt;
&lt;P&gt;Are the 2 tables related?&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 23:33:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Do-I-need-to-use-the-filter-funtion/m-p/1077463#M15134</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2020-05-06T23:33:02Z</dc:date>
    </item>
  </channel>
</rss>

