<?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: HOW TO SHOW THAT YEAR WISE CHOHART ANALYSIS in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-TO-SHOW-THAT-YEAR-WISE-CHOHART-ANALYSIS/m-p/2664037#M79084</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you send any sample pbix files? because I got it more than 100% in that matrix visual that's y am asking and after that, we are showing distinct customer count percentage and customer Count also in this report. Here I attached the screenshot as well.&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2022 09:25:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-07-27T09:25:23Z</dc:date>
    <item>
      <title>HOW TO SHOW THAT YEAR WISE CHOHART ANALYSIS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-TO-SHOW-THAT-YEAR-WISE-CHOHART-ANALYSIS/m-p/2661855#M78965</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I am Struggling with some DAX in the cohort analysis Report. which means customer count and percentage of these things it will be showing on dynamic only. because I can't able to create year-wise cohort analysis data. I tried but I didn't get that. but I got only month-wise data. if anyone knows about this one please sort me out. here I have attached what I want to show.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Advance Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 11:32:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-TO-SHOW-THAT-YEAR-WISE-CHOHART-ANALYSIS/m-p/2661855#M78965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-26T11:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO SHOW THAT YEAR WISE CHOHART ANALYSIS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-TO-SHOW-THAT-YEAR-WISE-CHOHART-ANALYSIS/m-p/2661873#M78972</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;You can use two disconnected filter tables each containing the values of the years. The rest can be handled by DAX. Example&lt;BR /&gt;DIVIDE (&amp;nbsp;&amp;nbsp;&lt;BR /&gt;CALCULATE ( SUM ( Table1[Value] ), YEAR (&amp;nbsp;Table1[Date] ) = SELECTEDVALUE ( FilteTable1[Year] ) ),&lt;BR /&gt;CALCULATE ( SUM ( Table1[Value] ), YEAR (&amp;nbsp;Table1[Date] ) = SELECTEDVALUE ( FilteTable2[Year] ) )&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 11:41:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-TO-SHOW-THAT-YEAR-WISE-CHOHART-ANALYSIS/m-p/2661873#M78972</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-26T11:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO SHOW THAT YEAR WISE CHOHART ANALYSIS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-TO-SHOW-THAT-YEAR-WISE-CHOHART-ANALYSIS/m-p/2664037#M79084</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you send any sample pbix files? because I got it more than 100% in that matrix visual that's y am asking and after that, we are showing distinct customer count percentage and customer Count also in this report. Here I attached the screenshot as well.&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 09:25:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-TO-SHOW-THAT-YEAR-WISE-CHOHART-ANALYSIS/m-p/2664037#M79084</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-27T09:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO SHOW THAT YEAR WISE CHOHART ANALYSIS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-TO-SHOW-THAT-YEAR-WISE-CHOHART-ANALYSIS/m-p/2664757#M79140</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry I was not on my computer for past 5 hours. The numbers are correct but seems that you want limit the calculation so as to blank out the upper diagonal part of the matrix. I will try to create a sample file probably this evening&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 11:27:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-TO-SHOW-THAT-YEAR-WISE-CHOHART-ANALYSIS/m-p/2664757#M79140</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-27T11:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO SHOW THAT YEAR WISE CHOHART ANALYSIS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-TO-SHOW-THAT-YEAR-WISE-CHOHART-ANALYSIS/m-p/2664990#M79157</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Also can you please share a copy/paste of the row data?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 12:36:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-TO-SHOW-THAT-YEAR-WISE-CHOHART-ANALYSIS/m-p/2664990#M79157</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-27T12:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO SHOW THAT YEAR WISE CHOHART ANALYSIS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-TO-SHOW-THAT-YEAR-WISE-CHOHART-ANALYSIS/m-p/3802450#M148668</link>
      <description>&lt;P&gt;Hi is it possibl to share how have you created this. Because I'm able to get only MOM Data not YOY.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 13:22:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-TO-SHOW-THAT-YEAR-WISE-CHOHART-ANALYSIS/m-p/3802450#M148668</guid>
      <dc:creator>bhavnachalise15</dc:creator>
      <dc:date>2024-04-01T13:22:01Z</dc:date>
    </item>
  </channel>
</rss>

