<?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 PMT - Monthly - EMI Calculator in Quick Measures Gallery</title>
    <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/PMT-Monthly-EMI-Calculator/m-p/1232245#M556</link>
    <description>&lt;P&gt;In July 2020 release Power BI has released 49 financial functions. One of them in PMT.&lt;/P&gt;
&lt;P&gt;This function is used to calculate Monthly EMI -&lt;/P&gt;
&lt;P&gt;As per DAX documentation: Calculates the payment for a loan based on constant payments and a constant interest rate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/pmt-function-dax" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/dax/pmt-function-dax&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It requires - Annualized Rate (In Percent), Number of Period/Installments, and the Principal Amount.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Power BI, we do not have input boxes and What-if Parameter is limited by max value. I have created a few series, to get this done. This means you can give the principal only in the multiple of 10,000 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Monthly EMI = -PMT([Rate]/(12.0*100),[Months],[Principal])&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have taken an absolute number for percent, that is why I am dividing it by 100.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can enter the amount by clicking in the box and tab out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="reportid hidden"&gt;eyJrIjoiZGE2YjQxNTgtNzYyZC00OWNiLTgzNGMtNGIwN2U5N2ZmMGNlIiwidCI6ImVhOGJkMWZkLWFjMzQtNGFlMi1iNDIxLTZjZmEyZmNmZjI0MyJ9&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 18 Jul 2020 05:32:56 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2020-07-18T05:32:56Z</dc:date>
    <item>
      <title>PMT - Monthly - EMI Calculator</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/PMT-Monthly-EMI-Calculator/m-p/1232245#M556</link>
      <description>&lt;P&gt;In July 2020 release Power BI has released 49 financial functions. One of them in PMT.&lt;/P&gt;
&lt;P&gt;This function is used to calculate Monthly EMI -&lt;/P&gt;
&lt;P&gt;As per DAX documentation: Calculates the payment for a loan based on constant payments and a constant interest rate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/pmt-function-dax" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/dax/pmt-function-dax&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It requires - Annualized Rate (In Percent), Number of Period/Installments, and the Principal Amount.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Power BI, we do not have input boxes and What-if Parameter is limited by max value. I have created a few series, to get this done. This means you can give the principal only in the multiple of 10,000 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Monthly EMI = -PMT([Rate]/(12.0*100),[Months],[Principal])&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have taken an absolute number for percent, that is why I am dividing it by 100.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can enter the amount by clicking in the box and tab out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="reportid hidden"&gt;eyJrIjoiZGE2YjQxNTgtNzYyZC00OWNiLTgzNGMtNGIwN2U5N2ZmMGNlIiwidCI6ImVhOGJkMWZkLWFjMzQtNGFlMi1iNDIxLTZjZmEyZmNmZjI0MyJ9&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2020 05:32:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/PMT-Monthly-EMI-Calculator/m-p/1232245#M556</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-07-18T05:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: PMT - Monthly - EMI Calculator</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/PMT-Monthly-EMI-Calculator/m-p/2808857#M897</link>
      <description>&lt;P&gt;Hey for [Months] what formula did you use?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm trying to used Selectedvalue but it's not giving me the same results as you.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 16:36:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/PMT-Monthly-EMI-Calculator/m-p/2808857#M897</guid>
      <dc:creator>04turndan</dc:creator>
      <dc:date>2022-09-30T16:36:35Z</dc:date>
    </item>
  </channel>
</rss>

