The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |