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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a table with Date, Fund Name, Amount (Negative or Positive). I would like to calculate XIRR for EACH Fund Name in the table. Please help
Solved! Go to Solution.
Measure = XIRR('Table',[Amount]),[Date])
XIRR function (DAX) - DAX | Microsoft Docs
Create a table visual. Put Fund Name and Measure into the table.
Thanks. Can I make another request. The table has also a column named "Owner". This means "same" fund can be owned by different person. Of course each "Owner" fund will have a atleast ONE positive or negative number. XIRR formula works well. But, if I try to do sub-category based on "owner', it gives error. Please assist.
Measure = XIRR('Table',[Amount]),[Date])
XIRR function (DAX) - DAX | Microsoft Docs
Create a table visual. Put Fund Name and Measure into the table.
User | Count |
---|---|
15 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
30 | |
18 | |
11 | |
7 | |
5 |