<?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 Dynamic bank balances, rates and dates to calculate daily overnight bank earnings in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-bank-balances-rates-and-dates-to-calculate-daily/m-p/3499943#M134189</link>
    <description>&lt;P&gt;Trying to figure out how to write dax or create calculated column for overnight bank earnings based on the 2 matching criterion of date &amp;amp; bank. I need the date and bank to match and then conduct the calculation. I have my data model set up like below.&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, 26 Oct 2023 21:14:33 GMT</pubDate>
    <dc:creator>MDP0425</dc:creator>
    <dc:date>2023-10-26T21:14:33Z</dc:date>
    <item>
      <title>Dynamic bank balances, rates and dates to calculate daily overnight bank earnings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-bank-balances-rates-and-dates-to-calculate-daily/m-p/3499943#M134189</link>
      <description>&lt;P&gt;Trying to figure out how to write dax or create calculated column for overnight bank earnings based on the 2 matching criterion of date &amp;amp; bank. I need the date and bank to match and then conduct the calculation. I have my data model set up like below.&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, 26 Oct 2023 21:14:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-bank-balances-rates-and-dates-to-calculate-daily/m-p/3499943#M134189</guid>
      <dc:creator>MDP0425</dc:creator>
      <dc:date>2023-10-26T21:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic bank balances, rates and dates to calculate daily overnight bank earnings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-bank-balances-rates-and-dates-to-calculate-daily/m-p/3500585#M134214</link>
      <description>&lt;P&gt;you can also create a date table to link both tables.&lt;/P&gt;
&lt;P&gt;then put the date column of date and the bank of bridge table in the row&lt;/P&gt;
&lt;P&gt;Measure=SUMX(SUMMARIZE('BankBalanceTable','BridgeTable'[Bank],'DateTable'[Date]),CALCULATE(SUM('BankBalanceTable'[Balance])*MAX('BankRatesTable'[Daily Rate])))&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 06:21:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-bank-balances-rates-and-dates-to-calculate-daily/m-p/3500585#M134214</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-10-27T06:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic bank balances, rates and dates to calculate daily overnight bank earnings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-bank-balances-rates-and-dates-to-calculate-daily/m-p/3501276#M134258</link>
      <description>&lt;P&gt;Oh yes, good idea! This calculation will get a bit more complicated as I will have accounts from the same bank that will not be earning the same rate, but this is a great idea and a push in the right direction. Thank you Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 12:14:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-bank-balances-rates-and-dates-to-calculate-daily/m-p/3501276#M134258</guid>
      <dc:creator>MDP0425</dc:creator>
      <dc:date>2023-10-27T12:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic bank balances, rates and dates to calculate daily overnight bank earnings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-bank-balances-rates-and-dates-to-calculate-daily/m-p/3501435#M134270</link>
      <description>&lt;P&gt;hey daniel - I guess I am not totally following but created the calendar bridge table and the one relationship has to be inactive. Any insight? Thank you!&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 13:30:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-bank-balances-rates-and-dates-to-calculate-daily/m-p/3501435#M134270</guid>
      <dc:creator>MDP0425</dc:creator>
      <dc:date>2023-10-27T13:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic bank balances, rates and dates to calculate daily overnight bank earnings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-bank-balances-rates-and-dates-to-calculate-daily/m-p/3503505#M134377</link>
      <description>&lt;P&gt;please change all the relationship to single direction, from Bank to other two tables&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 00:01:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-bank-balances-rates-and-dates-to-calculate-daily/m-p/3503505#M134377</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-10-30T00:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic bank balances, rates and dates to calculate daily overnight bank earnings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-bank-balances-rates-and-dates-to-calculate-daily/m-p/3505540#M134478</link>
      <description>&lt;P&gt;Oh wow! this seems to have worked! I need to check the numbers yet, but thank you so much for your insight and expertise!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 19:56:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-bank-balances-rates-and-dates-to-calculate-daily/m-p/3505540#M134478</guid>
      <dc:creator>MDP0425</dc:creator>
      <dc:date>2023-10-30T19:56:35Z</dc:date>
    </item>
  </channel>
</rss>

