<?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: Revenue per Employee based on hours made at customers in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443250#M65488</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not sn optimum solution anyway. However, the cardinality of the relationship betwmeen Calendar and HoursTable is not an issue as long as Calendar filters HoursTable. Actually it should be easier as now the inactive relationship between HoursTable and Customer Table can be active and no need to use USERELATIONSHIP &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2022 11:34:32 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-04-07T11:34:32Z</dc:date>
    <item>
      <title>Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2432489#M64806</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, I've searched the forum, but I could not find anything related to my question. If I'm mistaken, please accept my apologies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My need for help is as follows:&lt;BR /&gt;&lt;BR /&gt;We have co-workers that go to several&amp;nbsp; customer during the year in which they spend several hours.&lt;BR /&gt;On the other side, we wil bill our customers during the year several times. There is not always a direct match between de dates of the hours spend and billingdate and there is no specific/exact relationship between the hours and billing (some of the hours are part of a contract - some are part of actual hours spent.&lt;BR /&gt;&lt;BR /&gt;What I would like to calculate is the revenue per employee per customer per period (=month). So let's say, Customer X had a revenue in period of USD 1200 and the total hours spend during this period by employees at this customers is 12, then my average hourly rate would be USD 100.&lt;BR /&gt;Employee Z, who had spent that period at that customer 2 hours, has a revenue of 2 x 100 = USD 200.&lt;BR /&gt;&lt;BR /&gt;I have the followin tables:&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;And the following Active relation ships:&lt;BR /&gt;Calender(Date) -&amp;gt; RevenueTable (Date) - 1 to many&lt;/P&gt;&lt;P&gt;HoursTable (Customers) -&amp;gt; RevenueTable(Date) - 1 to many&lt;/P&gt;&lt;P&gt;CustomerTable(No) -&amp;gt; RevenueTable(CustomerNo) - 1 to many&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An inactive relationship is:&lt;BR /&gt;Calender(date) - HoursTable(Date)&amp;nbsp; - 1 to many.&amp;nbsp; ((when I activate this one, an error messag pops up. Because I have a Dutch language package of Powerbi I cannot easily translate this one, but it sayas something like "There cannot be a direct active relationship, because that will cause a "double something" between table CustomerTable and RevenueTable...."&lt;BR /&gt;&lt;BR /&gt;In the end I hope to be able to see something like I have in Excel ( I showed the tables as well).&lt;BR /&gt;The calculated results is for the total period, but I would like to see the results also for any giving period (resulting in different&amp;nbsp; hourly rates).&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;Thank your very much for any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 15:25:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2432489#M64806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-01T15:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2433395#M64876</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please provide sample file with the same data presented in your description?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 19:42:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2433395#M64876</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-02T19:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2433690#M64892</link>
      <description>&lt;P&gt;I would like to, but I do not see how to add a excel file (database) or the .pbix file.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2022 11:53:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2433690#M64892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-03T11:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2433696#M64893</link>
      <description>&lt;P&gt;&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;I added a link, perhaps that helps&amp;nbsp;&lt;A title="Link to .pbix file" href="https://dweictbv-my.sharepoint.com/:u:/g/personal/g_hoed_dwe-ict_nl/Eb-PBhPicdpEgUpdpc6Q06kBLHykySbjTmgAweM5Shc-xg?e=2bpHgh" target="_self"&gt;Link to file&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2022 12:04:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2433696#M64893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-03T12:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2433734#M64898</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Here is the sample file with the solution&amp;nbsp;&lt;A href="https://www.dropbox.com/t/awqpQqvLchAxqInV" target="_blank"&gt;https://www.dropbox.com/t/awqpQqvLchAxqInV&lt;/A&gt;&lt;BR /&gt;It is working, however I don't believe this a proper way of making such calculations. You have to have a transaction number that links the sales table with the Man-Hour table otherwise there is no way to determine which employees belong to which&amp;nbsp;invoice.&amp;nbsp;&lt;BR /&gt;I understand your method to work around that which is by calculating a fixed hourly rate per customer. I followed the same, but again, which employees belong to this customer? This is something that cannot be determined without a transaction number that exists&amp;nbsp;in both tables.&lt;BR /&gt;The data model looks like this&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The measures are&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;M-TotalSales = SUM ( RevenueTable[Revenue] )&lt;/LI-CODE&gt;&lt;LI-CODE lang="php"&gt;M-Hours = 
CALCULATE ( 
    SUM ( HoursTable[Uur] ),
    USERELATIONSHIP ( CustomerTable[No], HoursTable[Customers] )
)&lt;/LI-CODE&gt;&lt;LI-CODE lang="php"&gt;Hourly Rate = 
CALCULATE ( 
    DIVIDE ( KMeasures[M-TotalSales], KMeasures[M-Hours] ),
    REMOVEFILTERS ( Calender )
)&lt;/LI-CODE&gt;&lt;LI-CODE lang="php"&gt;Total Revenue = [M-Hours] * [Hourly Rate]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2022 13:20:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2433734#M64898</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-03T13:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2433739#M64900</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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are amazing and thank you very, very much!&lt;/P&gt;&lt;P&gt;I'm aware of no direct link between the two tables. However that is due to two different systems, with no link.&lt;BR /&gt;One systems to bill (fixed price contracts) and the other system in which employees can write their hours.&lt;/P&gt;&lt;P&gt;No ideal situation, but with this report I will be able to monitor the revenue, not only by employee, but also by hour.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is really helpfull and you could not make me happier!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again thankyou!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2022 13:44:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2433739#M64900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-03T13:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443229#M65486</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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again thank you for your solution above.&amp;nbsp;&lt;BR /&gt;However, in my supplied .pbix report, the relationship between Calender and HoursTable is 1 to 1.&lt;BR /&gt;However, I've the hourstable has more data with some rows with the same date, the outcome is not correct.&lt;BR /&gt;The initial post is ofcourse closed (with for that particular) case the right solution. Should I create a new post with this new question?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 11:21:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443229#M65486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-07T11:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443250#M65488</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not sn optimum solution anyway. However, the cardinality of the relationship betwmeen Calendar and HoursTable is not an issue as long as Calendar filters HoursTable. Actually it should be easier as now the inactive relationship between HoursTable and Customer Table can be active and no need to use USERELATIONSHIP &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 11:34:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443250#M65488</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-07T11:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443417#M65492</link>
      <description>&lt;P&gt;I changed the relationship from 1:1&amp;nbsp; to 1 to many and activated the relation between Customer table and Hourstable.&lt;BR /&gt;The hours per employee per customers are okay, so is the calculation of the hourly rate.&amp;nbsp;&lt;BR /&gt;However, the revenue per employee per customer does not go right.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So for example Employee Jan worked for customer ABC 10 hours - that customer has a hourly rate of 61,47 (which is correct)&lt;BR /&gt;10 x 61,47 = 614,70&lt;BR /&gt;However, the revenue is in the report for Jan/ABC = 225&lt;BR /&gt;&lt;BR /&gt;Did I do something wrong?&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&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;</description>
      <pubDate>Thu, 07 Apr 2022 12:31:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443417#M65492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-07T12:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443548#M65501</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are right. But the case since beginning. I explained earlier that due to the lack of a transaction key that can link between the tables and there is no way to verify which employee spint which hours serving which customer. And since the dates in the employee report do match the customer report dates revenue values will not match. However, please update the sample file with more data perhsps to better reflect yhe actual case and let me see if I can do something&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 13:14:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443548#M65501</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-07T13:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443575#M65504</link>
      <description>&lt;P&gt;I truly understand.&lt;BR /&gt;In my simple mind, there whil be indeed a mismatch between dates hours made vs billed.&lt;BR /&gt;That's something I can live with &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;Here is a link to the new .pbix report&amp;nbsp;&lt;A href="https://dweictbv-my.sharepoint.com/:u:/g/personal/g_hoed_dwe-ict_nl/ESS5k4G5h4lBhO87PBClLfgBHENBMaB-musiRWoCac37mQ?e=0d5lbB" target="_self"&gt;report&lt;/A&gt;&amp;nbsp;.&lt;BR /&gt;&lt;BR /&gt;Your help is really appreciated, however if it takes to much time or seems impossible, please do not spent to much of your time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 13:24:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443575#M65504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-07T13:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443624#M65508</link>
      <description>&lt;P&gt;No worries. But I won't have the chance look into it untill tomorrow morning. Hope you are ok with that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 13:38:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443624#M65508</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-07T13:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443663#M65512</link>
      <description>&lt;P&gt;Take all the time you need! I'm struggeling with this issue for a year now and can wait as long as it takes you &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;I'm thankfull that you will take the time to look into it!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 13:50:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2443663#M65512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-07T13:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2444888#M65585</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Here is the updated file&amp;nbsp;&lt;A href="https://www.dropbox.com/t/eFuZuKsLgGvqhrrB" target="_blank"&gt;https://www.dropbox.com/t/eFuZuKsLgGvqhrrB&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In order to fix the rate of each customer, I created it as a calculated column in order to take it completely out of the filter context. &lt;STRONG&gt;&amp;gt; New Column &amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Hourly Rate = 
VAR Hrs =
    SUMX ( RELATEDTABLE ( HoursTable ), HoursTable[Uur] )
VAR Revenue =
    SUMX ( RELATEDTABLE ( RevenueTable ), RevenueTable[Revenue] )
RETURN 
    DIVIDE ( Revenue, Hrs )&lt;/LI-CODE&gt;&lt;P&gt;Then the measures are&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;M-Hours = 
SUM ( HoursTable[Uur] )&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;M-Hours = 
SUM ( HoursTable[Uur] )&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;Total Revenue = 
SUMX ( 
    CustomerTable,
    CustomerTable[Hourly Rate] * [M-Hours]
)&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Again, this is not so accurate but it gives a good estimate. Thank you and have a good day!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 04:21:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2444888#M65585</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-08T04:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue per Employee based on hours made at customers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2445587#M65611</link>
      <description>&lt;P&gt;&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;You've made my day!&amp;nbsp; Thank you very much!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 09:40:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Revenue-per-Employee-based-on-hours-made-at-customers/m-p/2445587#M65611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-08T09:40:53Z</dc:date>
    </item>
  </channel>
</rss>

