<?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: bridge table and sumx helppp in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410581#M128911</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="611352" data-lia-user-login="ezzz_" class="lia-mention lia-mention-user"&gt;ezzz_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try something like:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Revenues=
SUMX( CROSSJOIN(getTimelogs,getTClientRateHistory),
getTimelogs[hours_spent]*getTClientRateHistory[client_rate])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Sep 2023 09:50:54 GMT</pubDate>
    <dc:creator>mlsx4</dc:creator>
    <dc:date>2023-09-01T09:50:54Z</dc:date>
    <item>
      <title>bridge table and sumx helppp</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410416#M128902</link>
      <description>&lt;P&gt;I have two tables and bridge tables, How can I use sumx for&amp;nbsp;&lt;SPAN&gt;'getTimeLogs'[hours_spent]*&lt;/SPAN&gt;&lt;SPAN&gt;'getTClientRateHistory '[client_rate],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pbi cant see the relation between&amp;nbsp;&lt;SPAN&gt;getTClientRateHistory and&amp;nbsp;getTimeLogs tables. I try to set that relation between a bridge table,but it didn't work&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&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;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 08:22:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410416#M128902</guid>
      <dc:creator>ezzz_</dc:creator>
      <dc:date>2023-09-01T08:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: bridge table and sumx helppp</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410581#M128911</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="611352" data-lia-user-login="ezzz_" class="lia-mention lia-mention-user"&gt;ezzz_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try something like:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Revenues=
SUMX( CROSSJOIN(getTimelogs,getTClientRateHistory),
getTimelogs[hours_spent]*getTClientRateHistory[client_rate])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 09:50:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410581#M128911</guid>
      <dc:creator>mlsx4</dc:creator>
      <dc:date>2023-09-01T09:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: bridge table and sumx helppp</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410617#M128915</link>
      <description>&lt;P&gt;thanks but it didnt work again, pbi couldnt find&amp;nbsp;getTClientRateHistory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 10:12:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410617#M128915</guid>
      <dc:creator>ezzz_</dc:creator>
      <dc:date>2023-09-01T10:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: bridge table and sumx helppp</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410635#M128916</link>
      <description>&lt;P&gt;And what if you try three measures?:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sumHourSpent = SUM(getTimeLogs'[hours_spent])
sumClientRateHistory = SUM(getTClientRateHistory '[client_rate])
mutiply = [sumHourSpent]*[sumClientRateHistory]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 10:19:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410635#M128916</guid>
      <dc:creator>mlsx4</dc:creator>
      <dc:date>2023-09-01T10:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: bridge table and sumx helppp</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410678#M128919</link>
      <description>&lt;P&gt;Dear mlsx4 I have overlooked sorry,&lt;/P&gt;&lt;P&gt;I have 2 tables;&lt;/P&gt;&lt;P&gt;clientratehistory and get time logs you can see below, recognizing in 'clientratehistory' (when timelogging date is more minor than rate-effective-date I have to take that rate) I have to choose that client rate, how can I do that??&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help meee&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 10:41:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410678#M128919</guid>
      <dc:creator>ezzz_</dc:creator>
      <dc:date>2023-09-01T10:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: bridge table and sumx helppp</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410725#M128925</link>
      <description>&lt;P&gt;Wow... I'm afraid I would not be able to help much more. I'm also struggling with a similar problem regarding rates and dates. There's a guy which is trying to help me. Take a look at this thread (it may give you some idea) &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Problem-with-granularity/m-p/3409032#M1132620" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/Problem-with-granularity/m-p/3409032#M1132620&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 11:11:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410725#M128925</guid>
      <dc:creator>mlsx4</dc:creator>
      <dc:date>2023-09-01T11:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: bridge table and sumx helppp</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410741#M128928</link>
      <description>&lt;P&gt;Thanks a lot for your effort:)&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 11:19:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3410741#M128928</guid>
      <dc:creator>ezzz_</dc:creator>
      <dc:date>2023-09-01T11:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: bridge table and sumx helppp</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3444572#M130960</link>
      <description>&lt;P&gt;I hope this message finds you well. I've noticed that this solution remain unresolved. If any of you have managed to find a resolution to the issue, I kindly request that you share your solution for the benefit of the entire community. Alternatively, if you're still facing challenges, please do let us know as well.&lt;/P&gt;
&lt;P&gt;Your insights and updates will greatly assist others who might be encountering the same challenge.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2023 08:00:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/bridge-table-and-sumx-helppp/m-p/3444572#M130960</guid>
      <dc:creator>technolog</dc:creator>
      <dc:date>2023-09-24T08:00:30Z</dc:date>
    </item>
  </channel>
</rss>

