<?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: Gross Margin, Revenue and Cost (GMRC) in Quick Measures Gallery</title>
    <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Gross-Margin-Revenue-and-Cost-GMRC/m-p/1557835#M648</link>
    <description>&lt;P&gt;What do you do when you have a dynamic margin? In your example, you have used 45% consistent as a margin to find the cost. I want to use random % to find my cost based on sales. Is it possible?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Dec 2020 00:11:48 GMT</pubDate>
    <dc:creator>rahulvyas</dc:creator>
    <dc:date>2020-12-18T00:11:48Z</dc:date>
    <item>
      <title>Gross Margin, Revenue and Cost (GMRC)</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Gross-Margin-Revenue-and-Cost-GMRC/m-p/584437#M275</link>
      <description>&lt;P&gt;Here are a few common calculations, Gross Margin %, Revenue and Cost.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, given Revenue and Cost, what is my gross margin %?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;GM % = DIVIDE(( SUM([Revenue]) - SUM([Cost]) ),SUM([Revenue]),0)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given Cost and desired Gross Margin %, what should my Revenue be?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Revenue Measure = 
IF(HASONEVALUE(Revenue[Person]),DIVIDE(SUM([Cost]),( 1 - SUM(Revenue[GM])),0),SUMX(SUMMARIZE(Revenue,[Person],"__Revenue",DIVIDE(SUM([Cost]),( 1 - SUM(Revenue[GM])),0)),[__Revenue]))&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given Revenue and desired Gross Margin, what should my Cost be?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Cost Measure = 
IF(HASONEVALUE(Revenue[Person]),SUM([Revenue])*(1 - SUM(Cost[GM])),SUMX(SUMMARIZE(Revenue,[Person],"__Cost",SUM([Revenue])*(1 - SUM(Cost[GM]))),[__Cost]))&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="reportid hidden"&gt;eyJrIjoiYTFhNzBkNTMtY2NkNS00YmZiLWE5ZGUtOTJhOWI5ZWY4YWE0IiwidCI6IjRhMDQyNzQzLTM3M2EtNDNkMi04MjdiLTAwM2Y0YzdiYTFlNSIsImMiOjN9&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 20:30:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Gross-Margin-Revenue-and-Cost-GMRC/m-p/584437#M275</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2018-12-12T20:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Gross Margin, Revenue and Cost (GMRC)</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Gross-Margin-Revenue-and-Cost-GMRC/m-p/982482#M432</link>
      <description>&lt;P&gt;This still doesn't work, really.&amp;nbsp; Here is a screenshot, if you can please modify your answer based on that&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, for responding!&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditorjohnellis1971_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Mar 2020 16:41:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Gross-Margin-Revenue-and-Cost-GMRC/m-p/982482#M432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-19T16:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Gross Margin, Revenue and Cost (GMRC)</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Gross-Margin-Revenue-and-Cost-GMRC/m-p/1557835#M648</link>
      <description>&lt;P&gt;What do you do when you have a dynamic margin? In your example, you have used 45% consistent as a margin to find the cost. I want to use random % to find my cost based on sales. Is it possible?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 00:11:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Gross-Margin-Revenue-and-Cost-GMRC/m-p/1557835#M648</guid>
      <dc:creator>rahulvyas</dc:creator>
      <dc:date>2020-12-18T00:11:48Z</dc:date>
    </item>
  </channel>
</rss>

