<?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 Help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help/m-p/3049357#M104966</link>
    <description>&lt;P&gt;when you put this measure in you matrix, the grand total will give the result of&amp;nbsp;&lt;STRONG&gt;(B2*D2)+(B6*D6)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2023 03:39:16 GMT</pubDate>
    <dc:creator>wdx223_Daniel</dc:creator>
    <dc:date>2023-01-30T03:39:16Z</dc:date>
    <item>
      <title>DAX Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help/m-p/3046593#M104740</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;a,b,c,d values are presented in same matrix format as below.&amp;nbsp;I want to write a DAX measure for Formula1 and Final Formula. Can you pls let me know how to achieve it in DAX?&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 06:22:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help/m-p/3046593#M104740</guid>
      <dc:creator>meena16_vibrant</dc:creator>
      <dc:date>2023-01-27T06:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help/m-p/3046635#M104746</link>
      <description>&lt;P&gt;say, the field of "Test1","Test2" is F1, and F2 is the field of a,b,c,d&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;NewMeasure =
IF (
    ISFILTERED ( Table[F1] ),
    IF (
        ISFILTERED ( Table[F2] ),
        BLANK (),
        DIVIDE (
            SUMX ( VALUES ( Table[F2] ), [Val1] * [Val2] ),
            SUMX ( VALUES ( Table[F2] ), [Val1] )
        )
    ),
    SUMX ( SUMMARIZE ( Table, Table[F1], Table[F2] ), [Val1] * [Val2] )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 27 Jan 2023 07:13:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help/m-p/3046635#M104746</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-01-27T07:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help/m-p/3048737#M104919</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="264353" data-lia-user-login="wdx223_Daniel" class="lia-mention lia-mention-user"&gt;wdx223_Daniel&lt;/a&gt;&amp;nbsp;.&amp;nbsp; &amp;nbsp;Can you please help to get DAX for final formula?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(B2*D2)+(B6*D6)&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;B2 - sum of value (a +b) and&amp;nbsp; D2= value which I get from formula1.&lt;/P&gt;&lt;P&gt;B6 -sum of value(c+d) and D6 = value which I get from formula1. I have to show it in card visual.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 08:58:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help/m-p/3048737#M104919</guid>
      <dc:creator>meena16_vibrant</dc:creator>
      <dc:date>2023-01-29T08:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help/m-p/3049357#M104966</link>
      <description>&lt;P&gt;when you put this measure in you matrix, the grand total will give the result of&amp;nbsp;&lt;STRONG&gt;(B2*D2)+(B6*D6)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 03:39:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help/m-p/3049357#M104966</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-01-30T03:39:16Z</dc:date>
    </item>
  </channel>
</rss>

