A
C
- CALCULATE
- CALCULATETABLE
- CALENDAR
- CALENDARAUTO
- CEILING
- CHISQ.DIST
- CHISQ.DIST.RT
- CHISQ.INV
- CHISQ.INV.RT
- CLOSINGBALANCEMONTH
- CLOSINGBALANCEQUARTER
- CLOSINGBALANCEYEAR
- COALESCE
- COLUMNSTATISTICS
- COMBIN
- COMBINA
- COMBINEVALUES
- CONCATENATE
- CONCATENATEX
- CONFIDENCE.NORM
- CONFIDENCE.T
- CONTAINS
- CONTAINSROW
- CONTAINSSTRING
- CONTAINSSTRINGEXACT
- CONVERT
- COS
- COSH
- COT
- COTH
- COUNT
- COUNTA
- COUNTAX
- COUNTBLANK
- COUNTROWS
- COUNTX
- COUPDAYBS
- COUPDAYS
- COUPDAYSNC
- COUPNCD
- COUPNUM
- COUPPCD
- CROSSFILTER
- CROSSJOIN
- CUMIPMT
- CUMPRINC
- CURRENCY
- CURRENTGROUP
- CUSTOMDATA
D
E
I
N
O
P
R
S
- SAMEPERIODLASTYEAR
- SAMPLE
- SEARCH
- SECOND
- SELECTCOLUMNS
- SELECTEDMEASURE
- SELECTEDMEASUREFORMATSTRING
- SELECTEDMEASURENAME
- SELECTEDVALUE
- SIGN
- SIN
- SINH
- SLN
- SQRT
- SQRTPI
- STARTOFMONTH
- STARTOFQUARTER
- STARTOFYEAR
- STDEVX.P
- STDEVX.S
- STDEV.P
- STDEV.S
- SUBSTITUTE
- SUBSTITUTEWITHINDEX
- SUM
- SUMMARIZE
- SUMMARIZECOLUMNS
- SUMX
- SWITCH
- SYD
T
U
What is the ACCRINTM Function?
The ACCRINTM function is a financial function in Power BI that calculates the accrued interest for a security that pays interest at maturity. This function takes into account the issue date, maturity date, and interest rate of the security to calculate the accrued interest.
How to Use the ACCRINTM Function
Using the ACCRINTM function in Power BI is easy. First, you will need to have a table that contains the following information:
– Issue Date: The date the security was issued
– Maturity Date: The date the security matures
– Interest Rate: The interest rate of the security
Once you have this information, follow these steps:
1. Insert a new column into your table by selecting the table and clicking on “New Column” in the “Modeling” tab.
2. In the formula bar, enter the following formula: =ACCRINTM([Issue Date], [Maturity Date], [Interest Rate])
3. Press enter to calculate the accrued interest for each row in your table.
Example
Let’s say you have a table called “Securities” that contains the issue date, maturity date, and interest rate of various securities. To calculate the accrued interest for each security, follow these steps:
1. Select the “Securities” table and click on “New Column” in the “Modeling” tab.
2. In the formula bar, enter the following formula: =ACCRINTM([Issue Date], [Maturity Date], [Interest Rate])
3. Press enter to calculate the accrued interest for each row in the “Securities” table.
The resulting column will contain the accrued interest for each security in your table.
The Power BI DAX function ACCRINTM is a powerful tool for financial analysts who need to calculate accrued interest on securities that pay interest at maturity. By following the steps outlined in this article, you can easily incorporate the ACCRINTM function into your Power BI reports and streamline your financial analysis.