<?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: IRR or XIRR in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IRR-or-XIRR/m-p/4235904#M167554</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="744832" data-lia-user-login="garzajnc24" class="lia-mention lia-mention-user"&gt;garzajnc24&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IRR cannot be computed if all values are the same sign. This is because there is no finite discount rate that would produce a zero NPV (see &lt;A href="https://www.investopedia.com/terms/i/irr.asp#:~:text=if%20all%C2%A0cash%20flows%20have%C2%A0the%20same%20sign%20(i.e.%2C%20the%20project%20never%20turns%20a%20profit)%2C%20then%C2%A0no%C2%A0discount%20rate%C2%A0will%C2%A0produce%20a%20zero%20NPV" target="_blank" rel="noopener"&gt;here&lt;/A&gt; for example).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stepping back a bit, for IRR to make sense, you would need to define "cash inflows" and "cash outflows" based on your data for an IRR calculation to make sense (these can be notional inflows/outflows if necessary).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at the tables you posted, did you want the IRR based on investment to date (outflow) and valuation at a point in time (inflow)?&lt;/P&gt;</description>
    <pubDate>Thu, 10 Oct 2024 00:08:52 GMT</pubDate>
    <dc:creator>OwenAuger</dc:creator>
    <dc:date>2024-10-10T00:08:52Z</dc:date>
    <item>
      <title>IRR or XIRR</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IRR-or-XIRR/m-p/4235859#M167546</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to figure out how to calculate XIRR or IRR for both of these tables but getting an error that it cannot find any values. Any tips on handling this. Thanks in advance.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;first table: IRR =&lt;/SPAN&gt; &lt;SPAN&gt;XIRR&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;CF_TABLE&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;CF_TABLE&lt;/SPAN&gt;&lt;SPAN&gt;[Valuation]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;CF_TABLE&lt;/SPAN&gt;&lt;SPAN&gt;[EntryDate]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;.10&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;second table:&amp;nbsp;Stakeholder_IRR =&lt;BR /&gt;XIRR(&lt;BR /&gt;'CAP Table'[Investment Amount],&amp;nbsp;&lt;BR /&gt;'CAP Table'[EntryDate], .10, 0&lt;BR /&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&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>Wed, 09 Oct 2024 23:03:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IRR-or-XIRR/m-p/4235859#M167546</guid>
      <dc:creator>garzajnc24</dc:creator>
      <dc:date>2024-10-09T23:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: IRR or XIRR</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IRR-or-XIRR/m-p/4235904#M167554</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="744832" data-lia-user-login="garzajnc24" class="lia-mention lia-mention-user"&gt;garzajnc24&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IRR cannot be computed if all values are the same sign. This is because there is no finite discount rate that would produce a zero NPV (see &lt;A href="https://www.investopedia.com/terms/i/irr.asp#:~:text=if%20all%C2%A0cash%20flows%20have%C2%A0the%20same%20sign%20(i.e.%2C%20the%20project%20never%20turns%20a%20profit)%2C%20then%C2%A0no%C2%A0discount%20rate%C2%A0will%C2%A0produce%20a%20zero%20NPV" target="_blank" rel="noopener"&gt;here&lt;/A&gt; for example).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stepping back a bit, for IRR to make sense, you would need to define "cash inflows" and "cash outflows" based on your data for an IRR calculation to make sense (these can be notional inflows/outflows if necessary).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at the tables you posted, did you want the IRR based on investment to date (outflow) and valuation at a point in time (inflow)?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 00:08:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IRR-or-XIRR/m-p/4235904#M167554</guid>
      <dc:creator>OwenAuger</dc:creator>
      <dc:date>2024-10-10T00:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: IRR or XIRR</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IRR-or-XIRR/m-p/4235948#M167557</link>
      <description>&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been tasked to recreate formulas in an Excel spreadsheet in PowerBI. The actual dates don't matter so much as the periods.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Their definition of valuation is EBITDA multiple x EBITDA. Easy to accomplish.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Valuation =&lt;/SPAN&gt; &lt;SPAN&gt;CF_TABLE&lt;/SPAN&gt;&lt;SPAN&gt;[EBITDA]&lt;/SPAN&gt;&lt;SPAN&gt; * &lt;/SPAN&gt;&lt;SPAN&gt;CF_TABLE&lt;/SPAN&gt;&lt;SPAN&gt;[ebitda_multiple]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;their example:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Second, they want IRR and MOIC for each period as a predictor (if in this period they exit what was the valuation, IRR, MOIC at that time)&amp;nbsp;&lt;/P&gt;&lt;P&gt;MOIC = valuation / initial investment&lt;/P&gt;&lt;P&gt;IRR = IRR(C2:D3) for period 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IRR(C5:36) for period 2 etc..&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;3. They want a stakeholder Cap table. But I'll just focus on the main table for now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 01:20:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IRR-or-XIRR/m-p/4235948#M167557</guid>
      <dc:creator>garzajnc24</dc:creator>
      <dc:date>2024-10-10T01:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: IRR or XIRR</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IRR-or-XIRR/m-p/4236908#M167586</link>
      <description>&lt;P&gt;I figured out what I was doing wrong here. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 11:44:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IRR-or-XIRR/m-p/4236908#M167586</guid>
      <dc:creator>garzjnc</dc:creator>
      <dc:date>2024-10-10T11:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: IRR or XIRR</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IRR-or-XIRR/m-p/4253990#M168505</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="744832" data-lia-user-login="garzajnc24" class="lia-mention lia-mention-user"&gt;garzajnc24&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your feedback. If your problem has been solved, please mark it as the correct solution, and point out if the problem persists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Adamk Kong&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 08:54:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IRR-or-XIRR/m-p/4253990#M168505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-23T08:54:55Z</dc:date>
    </item>
  </channel>
</rss>

