<?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: show and compare unique name to overall name in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-and-compare-unique-name-to-overall-name/m-p/2568773#M73272</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try this measure,&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
var _TY= YEAR(TODAY())
var _countLY= CALCULATE(COUNTROWS('order'),FILTER('order',YEAR('order'[order date])=_TY-1))
var _allusers=COUNTX(register,register[user])
return DIVIDE(_countLY,_allusers)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P style="background: white;"&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;Community Support Team _Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, please consider&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2022 09:48:26 GMT</pubDate>
    <dc:creator>v-xiaotang</dc:creator>
    <dc:date>2022-06-09T09:48:26Z</dc:date>
    <item>
      <title>show and compare unique name to overall name</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-and-compare-unique-name-to-overall-name/m-p/2562340#M72930</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have list of customers, some of them had buy something (I call them 'active customer') and the others not. I want to show and compare how many active customer to overall customer in my database. Any advise how to do it in power bi?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 01:05:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-and-compare-unique-name-to-overall-name/m-p/2562340#M72930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-07T01:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: show and compare unique name to overall name</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-and-compare-unique-name-to-overall-name/m-p/2562589#M72940</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Not very clear. But approach in the blog can help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Customer Retention Part 1:&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-1-Month-on-Month-Retention/ba-p/1361529" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-1-Month-on-Month-Retention/ba-p/1361529&lt;/A&gt;&lt;BR /&gt;Customer Retention Part 2: Period over Period Retention :&lt;A href="https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-2-Period-over-Period-Retention/ba-p/1377458" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-2-Period-over-Period-Retention/ba-p/1377458&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Customer Retention Part 5: LTD Vs Period Retention&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-5-LTD-and-PeriodYoY-Retention-is-only/ba-p/2114497" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-5-LTD-and-PeriodYoY-Retention-is-only/ba-p/2114497&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 03:07:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-and-compare-unique-name-to-overall-name/m-p/2562589#M72940</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-06-07T03:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: show and compare unique name to overall name</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-and-compare-unique-name-to-overall-name/m-p/2563283#M72976</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your support. Please allow me to reexplain my question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 files, one is database of people who register in my website and the other one is the order book.&lt;/P&gt;&lt;P&gt;I would like to show how many people who had order something in past 1 year then compare to overall registered user.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this clear enough. Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 08:34:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-and-compare-unique-name-to-overall-name/m-p/2563283#M72976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-07T08:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: show and compare unique name to overall name</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-and-compare-unique-name-to-overall-name/m-p/2568773#M73272</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try this measure,&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
var _TY= YEAR(TODAY())
var _countLY= CALCULATE(COUNTROWS('order'),FILTER('order',YEAR('order'[order date])=_TY-1))
var _allusers=COUNTX(register,register[user])
return DIVIDE(_countLY,_allusers)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P style="background: white;"&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;Community Support Team _Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, please consider&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 09:48:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-and-compare-unique-name-to-overall-name/m-p/2568773#M73272</guid>
      <dc:creator>v-xiaotang</dc:creator>
      <dc:date>2022-06-09T09:48:26Z</dc:date>
    </item>
  </channel>
</rss>

