<?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: Multiplying rate with hours in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiplying-rate-with-hours/m-p/3568758#M137591</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="584921" data-lia-user-login="fjjpeeters1976" class="lia-mention lia-mention-user"&gt;fjjpeeters1976&lt;/a&gt;&amp;nbsp;possible solution depend how you organized your table inputs.&lt;/P&gt;
&lt;P&gt;How your inputs tables look like? We see two pictures.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 15:20:23 GMT</pubDate>
    <dc:creator>some_bih</dc:creator>
    <dc:date>2023-12-05T15:20:23Z</dc:date>
    <item>
      <title>Multiplying rate with hours</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiplying-rate-with-hours/m-p/3568707#M137586</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help with the following. I am probably thinking to complicated.&lt;/P&gt;&lt;P&gt;I have a big database with total costs and hours worked by country. Based on this I calculate the costs per project hour (filtered on year), so outcome for one year is as following&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;In the same table I have a split for which business unit each country has worked for. So for example Finland worked 70 hours for BU A, 30 for BU B and 80 for BU C&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Now I want to multiply the rates per country by the hours to get the following table. However I do not know exactly how to do this. Rates are based on countries and not on business units.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 14:55:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiplying-rate-with-hours/m-p/3568707#M137586</guid>
      <dc:creator>fjjpeeters1976</dc:creator>
      <dc:date>2023-12-05T14:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplying rate with hours</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiplying-rate-with-hours/m-p/3568758#M137591</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="584921" data-lia-user-login="fjjpeeters1976" class="lia-mention lia-mention-user"&gt;fjjpeeters1976&lt;/a&gt;&amp;nbsp;possible solution depend how you organized your table inputs.&lt;/P&gt;
&lt;P&gt;How your inputs tables look like? We see two pictures.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 15:20:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiplying-rate-with-hours/m-p/3568758#M137591</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2023-12-05T15:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplying rate with hours</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiplying-rate-with-hours/m-p/3568781#M137593</link>
      <description>&lt;P&gt;Basically I have 4 tables, one is a table with cost data from an ERP system, one other table is an hour report from a project management tool. I have another time table for all the days, months, years and I have one table which basically is just linking the cost and hour table based on countries (germany, finland, sweden). So with a filter on the year I have calculated the total cost by country dividing by the total projects hours by country. This gives me an hourly rate per country per year. So this hourly rate I would now want to multiply with the hours spend for each business unit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 15:29:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiplying-rate-with-hours/m-p/3568781#M137593</guid>
      <dc:creator>fjjpeeters1976</dc:creator>
      <dc:date>2023-12-05T15:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplying rate with hours</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiplying-rate-with-hours/m-p/3569342#M137616</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="584921" data-lia-user-login="fjjpeeters1976" class="lia-mention lia-mention-user"&gt;fjjpeeters1976&lt;/a&gt;&amp;nbsp;I created little file with some example data. Please check if it is good example for your case and desribe desired output.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 21:24:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiplying-rate-with-hours/m-p/3569342#M137616</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2023-12-05T21:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplying rate with hours</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiplying-rate-with-hours/m-p/3614860#M139752</link>
      <description>&lt;P&gt;thanks for the help. sorry for my late reply&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 07:30:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiplying-rate-with-hours/m-p/3614860#M139752</guid>
      <dc:creator>fjjpeeters1976</dc:creator>
      <dc:date>2024-01-04T07:30:51Z</dc:date>
    </item>
  </channel>
</rss>

