<?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: Calculate the Sales/Target in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-Sales-Target/m-p/1270214#M21385</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Try a measure like&lt;/P&gt;
&lt;P&gt;divide(sum(Table[Sales]),sum(Table[Target]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The data type should be decimal/numeric&lt;/P&gt;</description>
    <pubDate>Tue, 04 Aug 2020 04:52:23 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2020-08-04T04:52:23Z</dc:date>
    <item>
      <title>Calculate the Sales/Target</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-Sales-Target/m-p/1270181#M21382</link>
      <description>&lt;P&gt;How To Calculate the Sales/Target&lt;/P&gt;&lt;P&gt;% column incorrect, actual % is done?&lt;/P&gt;&lt;P&gt;Kinldy Help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;TD&gt;Target&lt;/TD&gt;&lt;TD&gt;Sales&lt;/TD&gt;&lt;TD&gt;%&lt;/TD&gt;&lt;TD&gt;Actual By manual&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;GIRLS&lt;/TD&gt;&lt;TD&gt;4.16&lt;/TD&gt;&lt;TD&gt;1.74&lt;/TD&gt;&lt;TD&gt;40%&lt;/TD&gt;&lt;TD&gt;41.88%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;LADIES&lt;/TD&gt;&lt;TD&gt;81.68&lt;/TD&gt;&lt;TD&gt;63.07&lt;/TD&gt;&lt;TD&gt;74%&lt;/TD&gt;&lt;TD&gt;77.21%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;LADIES GIANT&lt;/TD&gt;&lt;TD&gt;1.51&lt;/TD&gt;&lt;TD&gt;0.76&lt;/TD&gt;&lt;TD&gt;48%&lt;/TD&gt;&lt;TD&gt;50.23%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 04 Aug 2020 04:12:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-Sales-Target/m-p/1270181#M21382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-04T04:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the Sales/Target</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-Sales-Target/m-p/1270184#M21383</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Try&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;=DIVIDE(TABLE[Sales],TABLE[Target])&lt;BR /&gt;&lt;BR /&gt;Then format as %.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;________________________&lt;/P&gt;&lt;P&gt;Did I answer your question? Mark this post as a solution, this will help others!.&lt;/P&gt;&lt;P&gt;Click on the Thumbs-Up icon on the right if you like this reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;A href="https://www.youtube.com/channel/UCKwBEguA8IlBubIobaOormg?sub_confirmation=1" target="_blank"&gt;YouTube, &lt;/A&gt;&lt;A href="https://linkedin.com/in/fowmy" target="_blank"&gt;LinkedIn&lt;/A&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 04:16:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-Sales-Target/m-p/1270184#M21383</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2020-08-04T04:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the Sales/Target</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-Sales-Target/m-p/1270214#M21385</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Try a measure like&lt;/P&gt;
&lt;P&gt;divide(sum(Table[Sales]),sum(Table[Target]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The data type should be decimal/numeric&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 04:52:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-Sales-Target/m-p/1270214#M21385</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-08-04T04:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the Sales/Target</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-Sales-Target/m-p/1270232#M21387</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a Measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Actual by Manual&amp;nbsp; = DIVIDE('TABLE'[Sales],'TABLE'[Target])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Change the format of the measure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Harsh Nathani&lt;BR /&gt;&lt;BR /&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 05:06:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-Sales-Target/m-p/1270232#M21387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-04T05:06:44Z</dc:date>
    </item>
  </channel>
</rss>

