<?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 Formula calculating market share in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formula-calculating-market-share/m-p/2361418#M60366</link>
    <description>&lt;P&gt;Hi im trying to figure out a way to identify market shares for each day for each company + month to date and year to date.&amp;nbsp;&lt;BR /&gt;I have a big data set with multiple companies and dates, but I will use this as a simple example:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want my outcome to look something like this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any idéas? I will appriciate any help!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Feb 2022 14:46:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-02-25T14:46:44Z</dc:date>
    <item>
      <title>Formula calculating market share</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formula-calculating-market-share/m-p/2361418#M60366</link>
      <description>&lt;P&gt;Hi im trying to figure out a way to identify market shares for each day for each company + month to date and year to date.&amp;nbsp;&lt;BR /&gt;I have a big data set with multiple companies and dates, but I will use this as a simple example:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want my outcome to look something like this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any idéas? I will appriciate any help!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 14:46:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formula-calculating-market-share/m-p/2361418#M60366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-25T14:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Formula calculating market share</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formula-calculating-market-share/m-p/2361575#M60376</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You can create a measure like &lt;/P&gt;
&lt;P&gt;divide(sum(Table[Revenue]),calculate(sum(Table[revenue]), removefilters(table[Company]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then use this measure with day, Month and Year in row of matrix visual&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adding MTD and YTD like that would be challenging&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 15:54:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formula-calculating-market-share/m-p/2361575#M60376</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-02-25T15:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Formula calculating market share</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formula-calculating-market-share/m-p/2362286#M60410</link>
      <description>&lt;P&gt;Formula worksheet formula is enough to deal with such simple question,&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 11:37:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formula-calculating-market-share/m-p/2362286#M60410</guid>
      <dc:creator>CNENFRNL</dc:creator>
      <dc:date>2022-02-26T11:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Formula calculating market share</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formula-calculating-market-share/m-p/2366602#M60590</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;works great, thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 07:38:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formula-calculating-market-share/m-p/2366602#M60590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-01T07:38:37Z</dc:date>
    </item>
  </channel>
</rss>

