<?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: Dax Calculation in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922482#M95876</link>
    <description>&lt;P&gt;A measure&lt;/P&gt;</description>
    <pubDate>Tue, 22 Nov 2022 18:36:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-22T18:36:44Z</dc:date>
    <item>
      <title>Dax Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922432#M95866</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having trouble writing the calculation below and keep running into errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(SUM [OH TTL U RTL] WHERE [J RETAIL FH FIRST/FURTHER] = "FIRST" OR "FURTHER")*[OH TTL AUC].&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 18:11:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922432#M95866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-22T18:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922475#M95875</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;are you trying to create a measure or a calculated column?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 18:32:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922475#M95875</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-11-22T18:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922482#M95876</link>
      <description>&lt;P&gt;A measure&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 18:36:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922482#M95876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-22T18:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922525#M95880</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry but you mean to say&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(SUM [OH TTL U RTL] WHERE [J RETAIL FH FIRST/FURTHER] = "FIRST" OR "FURTHER")*&lt;STRONG&gt;&lt;EM&gt;SUM&lt;/EM&gt;&lt;/STRONG&gt;([OH TTL AUC]).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 19:09:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922525#M95880</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-11-22T19:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922533#M95881</link>
      <description>&lt;P&gt;I am looking for how to write that in dax.&amp;nbsp; That is not the calculation I am using.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 19:11:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922533#M95881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-22T19:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922558#M95882</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure if I properly understand the requirement. Is something like:&lt;/P&gt;
&lt;P&gt;=&lt;BR /&gt;SUMX (&lt;BR /&gt;FILTER ( 'Table', 'Table'[J RETAIL FH FIRST/FURTHER] IN { "FIRST", "FURTHER" } ),&lt;BR /&gt;[OH TTL U RTL] * [OH TTL AUC]&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 19:24:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922558#M95882</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-11-22T19:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922617#M95885</link>
      <description>&lt;P&gt;Thank you that worked for me!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 20:01:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Calculation/m-p/2922617#M95885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-22T20:01:03Z</dc:date>
    </item>
  </channel>
</rss>

