Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
How can I using DAX to calculate the DURATION function equal to that of Excel. DURATION(Settlement, Maturity, Coupon, Yld, Frequency).
Solved! Go to Solution.
Hi PAULO,
As I know, there is no direct function to calculate duration in Powerbi, one workaround is that you could calculate this in Excel, then import these data in powerbi. Or I think you need to create calculated column based on its function logic. You could refer to Bond duration(step by step example), bring the fields into the formula
For Example:
Measure 12 = ( 1 * 0.05 / ( 1 + 0.05 ) + 2 * 1.05 / ( 1 + 0.05 ) * ( 1 + 0.05 ) ) / ( 0.05 / ( 1 + 0.05 ) + 1.05 / ( 1 + 0.05 ) * ( 1 + 0.05 ) )
Because there is no direct function in powerbi, so if your store year* freq >5, it will more complex, you need to write long expression. So I suggest you calculate this in Excel then import in powerbi
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi PAULO,
As I know, there is no direct function to calculate duration in Powerbi, one workaround is that you could calculate this in Excel, then import these data in powerbi. Or I think you need to create calculated column based on its function logic. You could refer to Bond duration(step by step example), bring the fields into the formula
For Example:
Measure 12 = ( 1 * 0.05 / ( 1 + 0.05 ) + 2 * 1.05 / ( 1 + 0.05 ) * ( 1 + 0.05 ) ) / ( 0.05 / ( 1 + 0.05 ) + 1.05 / ( 1 + 0.05 ) * ( 1 + 0.05 ) )
Because there is no direct function in powerbi, so if your store year* freq >5, it will more complex, you need to write long expression. So I suggest you calculate this in Excel then import in powerbi
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 37 | |
| 36 | |
| 33 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |