<?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: Combine 2 measures in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-2-measures/m-p/1479794#M28204</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269241" data-lia-user-login="ShevKov" class="lia-mention lia-mention-user"&gt;ShevKov&lt;/a&gt; , is not same as sum('Table'[column])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or if(isblank([measure 1]), [measure 2],[measure 1])&lt;/P&gt;</description>
    <pubDate>Fri, 06 Nov 2020 17:41:11 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2020-11-06T17:41:11Z</dc:date>
    <item>
      <title>Combine 2 measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-2-measures/m-p/1479725#M28203</link>
      <description>&lt;P&gt;Hi all, I have created two measures that work. Now my goal is to combine these into 1 measure with the rule being: if for a certain period (date) measure 1 does not return anything, the results from measure 2 should be displayed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any equivalant for IF(ISBLANK( that can be used for this situation?&lt;/P&gt;&lt;P&gt;Two measures are based on same column but with different filter:&lt;/P&gt;&lt;P&gt;Measure 1 =&amp;nbsp;&lt;SPAN&gt;CALCULATE(SUM(&lt;SPAN&gt;'Table'[column]&lt;/SPAN&gt;),&lt;SPAN&gt;'Table'[column2]&lt;/SPAN&gt; = FALSE())&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measure 2 = CALCULATE(SUM('Table'[column]),'Table'[column2]= TRUE())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If more information about the case is needed, please ask.&lt;/P&gt;&lt;P&gt;Any help is very welcome, thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: any other topics on this subject were not applicable.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 07:13:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-2-measures/m-p/1479725#M28203</guid>
      <dc:creator>ShevKov</dc:creator>
      <dc:date>2020-11-09T07:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-2-measures/m-p/1479794#M28204</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269241" data-lia-user-login="ShevKov" class="lia-mention lia-mention-user"&gt;ShevKov&lt;/a&gt; , is not same as sum('Table'[column])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or if(isblank([measure 1]), [measure 2],[measure 1])&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 17:41:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-2-measures/m-p/1479794#M28204</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-11-06T17:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-2-measures/m-p/1480315#M28228</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269241" data-lia-user-login="ShevKov" class="lia-mention lia-mention-user"&gt;ShevKov&lt;/a&gt;&amp;nbsp;, if, at any moment, one of [Meaure 1] and [Measure 2] is blank, you might simply combine them this way,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure Combined = [Meaure 1] + [Measure 2]&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 07 Nov 2020 09:25:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-2-measures/m-p/1480315#M28228</guid>
      <dc:creator>CNENFRNL</dc:creator>
      <dc:date>2020-11-07T09:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-2-measures/m-p/1530769#M30025</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;however you can't do that if you try to sum (not total summation) measure from different tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can you solve that?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 10:49:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-2-measures/m-p/1530769#M30025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-03T10:49:03Z</dc:date>
    </item>
  </channel>
</rss>

