<?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: Trying to get trending revenue for clients active in a specific quarter in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3829305#M1237013</link>
    <description>&lt;P&gt;Access denied message.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2024 05:31:32 GMT</pubDate>
    <dc:creator>Ashish_Mathur</dc:creator>
    <dc:date>2024-04-11T05:31:32Z</dc:date>
    <item>
      <title>Trying to get trending revenue for clients active in a specific quarter</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3814030#M1233521</link>
      <description>&lt;P&gt;I have a dataset that essentially organizes clients by active/inactive status by quarter, along with their rolling 12 revenue. Here's what I'm trying to do with it. Let's say there are 993 active clients in Q1 2020. If I select Q1 2020, I want to see revenue for those 993 clients in a trending graph through 2020, 2021, 2022, and 2023, regardless of whether they were active in any other quarter. Essentially, the filter would create a static active client list for that quarter and show me the total revenue of all those clients moving forward. I've tried to create a second date table, but I'm not really sure how to proceed with this issue.&lt;/P&gt;&lt;P&gt;I've attached sample data below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.google.com/file/d/1htFfxaemUUdQIoCWXI1MKZZV9GPSSjFE/edit?usp=docslist_api&amp;amp;filetype=msexcel" target="_self"&gt;Sample Data&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 15:41:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3814030#M1233521</guid>
      <dc:creator>kjohnanand</dc:creator>
      <dc:date>2024-04-05T15:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get trending revenue for clients active in a specific quarter</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3814638#M1233668</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="382564" data-lia-user-login="kjohnanand" class="lia-mention lia-mention-user"&gt;kjohnanand&lt;/a&gt; , Create an independent table to select quarter &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then try a measure like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Measure=&lt;/P&gt;
&lt;P&gt;var _tab = summarize(Filter(Table, Table[quarter] in values(quarter[quarter]) ), Table[client])&lt;/P&gt;
&lt;P&gt;return&lt;/P&gt;
&lt;P&gt;calculate(sum(Table[Revenue]), filter(Table, Table[client] in _tab ) )&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 23:32:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3814638#M1233668</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2024-04-05T23:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get trending revenue for clients active in a specific quarter</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3814765#M1233705</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suggest you share a smaller dataset (with only the required columns) of only a few clients.&amp;nbsp; On that abridged dataset, show the expected result in a simple Table format.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 03:40:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3814765#M1233705</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2024-04-06T03:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get trending revenue for clients active in a specific quarter</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3814788#M1233716</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Your question is something similar to this one -&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Calculate-how-many-customer-in-a-selected-range-get-back-to-us/m-p/3813268#M1233268" target="_blank"&gt;Calculate how many customer in a selected range ge... - Microsoft Fabric Community&lt;/A&gt;.&amp;nbsp; Please study this post carefully.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 04:45:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3814788#M1233716</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2024-04-06T04:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get trending revenue for clients active in a specific quarter</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3824712#M1236218</link>
      <description>&lt;P&gt;Hello, thank you for the reply. I tried this out and I believe I am close, but I'm not sure how to use this function to filter for active clients. When I try to form the table like in the basket sample, I'm getting duplicate values in the columns. Here is the function I am using.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Rev = CALCULATE(SUM('RCB Core Revenue'[Revenue]), CALCULATETABLE(SUMMARIZE(VALUES('RCB Core Revenue'[Entity ID]), 'RCB Core Revenue'[Entity ID]), ALL('_Calendar_Table'), USERELATIONSHIP('RCB Core Revenue'[Date], _Calendar_Table2[Date])))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The quarterly numbers seem to be correct when not filtering for active clients.&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 19:46:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3824712#M1236218</guid>
      <dc:creator>kjohnanand</dc:creator>
      <dc:date>2024-04-09T19:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get trending revenue for clients active in a specific quarter</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3825088#M1236298</link>
      <description>&lt;P&gt;What results do you get when you create a slicer and select Active in the slicer?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 00:00:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3825088#M1236298</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2024-04-10T00:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get trending revenue for clients active in a specific quarter</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3825108#M1236306</link>
      <description>&lt;P&gt;I added active to the measure like this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Rev = CALCULATE(SUM('RCB Core Revenue'[Revenue]), 'RCB Core Revenue'[Active vs Deconverted] = "Active", CALCULATETABLE(SUMMARIZE(VALUES('RCB Core Revenue'[Entity ID]), 'RCB Core Revenue'[Entity ID]), ALL('_Calendar_Table'), USERELATIONSHIP('RCB Core Revenue'[Date], _Calendar_Table2[Date])))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;The issue however is that all the column years are the same, which I believe should not be the case. Based on the year and quarter I select, it should populate with the revenue of clients that were active in the select quarter, which should be different for every quarter. I thyink something is messed up in my calculation. I have attached a test PBIX I'm working with. Let me know if that works.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/19oDabT3zqaIOvxAASBkoRE0kSEjb5ki6/view?usp=drivesdk" target="_self"&gt;Clients Test&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 00:29:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3825108#M1236306</guid>
      <dc:creator>kjohnanand</dc:creator>
      <dc:date>2024-04-10T00:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get trending revenue for clients active in a specific quarter</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3825793#M1236425</link>
      <description>&lt;P&gt;Check this revised file.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 06:48:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3825793#M1236425</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2024-04-10T06:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get trending revenue for clients active in a specific quarter</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3827622#M1236634</link>
      <description>&lt;P&gt;Hey Ashish. I double checked the numbers and while we're close, I don't think there is an exact match. For example, when filtering to clients active in Q2 2020, I should be seeing ~2.65B in Q4 2023 revenue, but in the bar graph I'm seeing ~2.58B. I think something is being filtered out that shouldn't be. I've attached my check file (should be the same as the input file).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;A title="https://docs.google.com/file/d/1mpf7lnlam_xq07j_booej-zepqmct1wm/edit?usp=docslist_api&amp;amp;filetype=msexcel" href="https://docs.google.com/file/d/1MPF7LNlam_Xq07j_BOOEj-ZepQMCT1WM/edit?usp=docslist_api&amp;amp;filetype=msexcel" target="_blank" rel="noreferrer noopener"&gt;https://docs.google.com/file/d/1MPF7LNlam_Xq07j_BOOEj-ZepQMCT1WM/edit?usp=docslist_api&amp;amp;filetype=msexcel&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 13:21:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3827622#M1236634</guid>
      <dc:creator>kjohnanand</dc:creator>
      <dc:date>2024-04-10T13:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get trending revenue for clients active in a specific quarter</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3828370#M1236814</link>
      <description>&lt;P&gt;Update - I made a new formula using the same calculation, but to calculate client count instead, and all of those counts are what they should be. Because of that, I think the issue is due to the "revenue from active" measure. I believe something about that is messing up the revenue calculation to make it not match, but I'm not sure what it could be.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 20:19:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3828370#M1236814</guid>
      <dc:creator>kjohnanand</dc:creator>
      <dc:date>2024-04-10T20:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get trending revenue for clients active in a specific quarter</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3829305#M1237013</link>
      <description>&lt;P&gt;Access denied message.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 05:31:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Trying-to-get-trending-revenue-for-clients-active-in-a-specific/m-p/3829305#M1237013</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2024-04-11T05:31:32Z</dc:date>
    </item>
  </channel>
</rss>

