<?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 command in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-command/m-p/2992876#M100747</link>
    <description>&lt;P&gt;Thank you bro, it works, nb!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Dec 2022 08:04:39 GMT</pubDate>
    <dc:creator>HaiQuan</dc:creator>
    <dc:date>2022-12-29T08:04:39Z</dc:date>
    <item>
      <title>Dax command</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-command/m-p/2992580#M100732</link>
      <description>&lt;P&gt;I have two tables, and the&amp;nbsp;PrimaryKey&amp;nbsp;is &lt;EM&gt;Class&lt;/EM&gt;. I need a dax to calculate the sum of &lt;EM&gt;now&lt;/EM&gt; divided by the sum of &lt;EM&gt;max &lt;/EM&gt;when there is a filter &lt;EM&gt;Quarter&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 04:03:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-command/m-p/2992580#M100732</guid>
      <dc:creator>HaiQuan</dc:creator>
      <dc:date>2022-12-29T04:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dax command</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-command/m-p/2992615#M100737</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="492123" data-lia-user-login="HaiQuan" class="lia-mention lia-mention-user"&gt;HaiQuan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;ResultMeasure =
CALCULATE (
    DIVIDE ( SUM ( Table1[now] ), SUM ( Table1[max] ) ),
    Table1[class] IN VALUES ( Table2[class] )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 29 Dec 2022 05:03:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-command/m-p/2992615#M100737</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-12-29T05:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dax command</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-command/m-p/2992876#M100747</link>
      <description>&lt;P&gt;Thank you bro, it works, nb!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 08:04:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-command/m-p/2992876#M100747</guid>
      <dc:creator>HaiQuan</dc:creator>
      <dc:date>2022-12-29T08:04:39Z</dc:date>
    </item>
  </channel>
</rss>

