<?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 DAX, SUMX BETWEEN DATES,TABLES in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-SUMX-BETWEEN-DATES-TABLES/m-p/3417585#M129335</link>
    <description>&lt;P&gt;I have two tables;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1_client_rate_history;&lt;/P&gt;&lt;P&gt;2_getTimeLogs;&lt;/P&gt;&lt;P&gt;I have to calculate actual revenue per clıent=𝐸𝑚𝑝𝑙𝑜𝑦𝑒𝑒 𝐻𝑜𝑢𝑟𝑠 𝑠𝑝𝑒𝑛𝑡 𝑓𝑜𝑟 𝐶𝑙𝑖𝑒𝑛𝑡∗𝐶𝑙𝑖𝑒𝑛𝑡 𝑅𝑎𝑡𝑒 with considering rate_effective_date which giving to correct client rate for timelogs_date&lt;/P&gt;&lt;P&gt;please help me!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1_client_rate_history;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;2_getTimeLogs;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3_Result table must be like below;&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;</description>
    <pubDate>Wed, 06 Sep 2023 11:29:47 GMT</pubDate>
    <dc:creator>ezz</dc:creator>
    <dc:date>2023-09-06T11:29:47Z</dc:date>
    <item>
      <title>DAX, SUMX BETWEEN DATES,TABLES</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-SUMX-BETWEEN-DATES-TABLES/m-p/3417585#M129335</link>
      <description>&lt;P&gt;I have two tables;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1_client_rate_history;&lt;/P&gt;&lt;P&gt;2_getTimeLogs;&lt;/P&gt;&lt;P&gt;I have to calculate actual revenue per clıent=𝐸𝑚𝑝𝑙𝑜𝑦𝑒𝑒 𝐻𝑜𝑢𝑟𝑠 𝑠𝑝𝑒𝑛𝑡 𝑓𝑜𝑟 𝐶𝑙𝑖𝑒𝑛𝑡∗𝐶𝑙𝑖𝑒𝑛𝑡 𝑅𝑎𝑡𝑒 with considering rate_effective_date which giving to correct client rate for timelogs_date&lt;/P&gt;&lt;P&gt;please help me!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1_client_rate_history;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;2_getTimeLogs;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3_Result table must be like below;&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;</description>
      <pubDate>Wed, 06 Sep 2023 11:29:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-SUMX-BETWEEN-DATES-TABLES/m-p/3417585#M129335</guid>
      <dc:creator>ezz</dc:creator>
      <dc:date>2023-09-06T11:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: DAX, SUMX BETWEEN DATES,TABLES</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-SUMX-BETWEEN-DATES-TABLES/m-p/3420988#M129504</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="613213" data-lia-user-login="ezz" class="lia-mention lia-mention-user"&gt;ezz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can create a &lt;STRONG&gt;calculated column&lt;/STRONG&gt; as below in table '&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;2_getTimeLogs&lt;/STRONG&gt;&lt;/FONT&gt;' to get it. What's the relationship between&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;rate_effective_date&lt;/STRONG&gt; and&amp;nbsp; &lt;STRONG&gt;timelogs_date&lt;/STRONG&gt;? The data&amp;nbsp;&lt;STRONG&gt;timelogs_date &lt;/STRONG&gt;should be&lt;FONT color="#FF0000"&gt; greater than&lt;/FONT&gt; &lt;STRONG&gt;rate_effective_date&lt;/STRONG&gt;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;revenue =
VAR _rate =
    CALCULATE (
        MAX ( '1_client_rate_history'[client_rate] ),
        FILTER (
            '1_client_rate_history',
            '1_client_rate_history'[client_name] = '2_getTimeLogs'[type]
                &amp;amp;&amp;amp; '1_client_rate_history'[project_name] = '2_getTimeLogs'[project_name]
                &amp;amp;&amp;amp; '1_client_rate_history'[rate_effective_date] &amp;lt;= '2_getTimeLogs'[timelogs_date]
        )
    )
RETURN
    '2_getTimeLogs'[hours_spent] * _rate&lt;/LI-CODE&gt;
&lt;P&gt;If the above ones can't help you figure out, please&amp;nbsp;&lt;SPAN&gt;provide some&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;raw data&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;in your tables&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;) with&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;format&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and your&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;with backend logic and special examples. It would be helpful to find out the solution. You can refer the following link to share the required info:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-provide-sample-data-in-the-Power-BI-Forum%2Fba-p%2F963216&amp;amp;data=05%7C01%7CClaire.Dong%40microsoft.com%7Cada9149bd91546a8432508dacd31ef9b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638047911607737134%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=EJlYfclgtrjgAEYj9Uo1AauqxaQm3hlQsjJMo4zCY1M%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;It is better&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;if you can share a&amp;nbsp;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;simplified&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;pbix file. You can refer the following link to upload the file to the community. Thank you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FDesktop%2FHow-to-upload-PBI-in-Community%2Fm-p%2F1672886&amp;amp;data=04%7C01%7Cv-yiruan%40microsoft.com%7C4f580813734d4a8355b008da16f6e91a%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637847547341062885%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=YJvujige2YITXKbKED9JieQm5LBdf%2F3IYPM4ggdiijQ%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer"&gt;How to upload PBI in Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 07:10:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-SUMX-BETWEEN-DATES-TABLES/m-p/3420988#M129504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-08T07:10:18Z</dc:date>
    </item>
  </channel>
</rss>

