Forum Discussion
Anonymous
8 years agoNot applicable
Annual Returns
I am trying to calculate a fund's yearly performance based on monthly returns. In excel we calculate the yearly performance with the formula B12/B2-1 which gives us the total performance for 2015 of ...
- 8 years ago
Hi Anonymous
HOw abou this one?
YTD_Zubair = VAR Previous_YEAR_Closing = CALCULATE ( MAX ( EMCD[Date] ), EMCD[Date] < EARLIER ( EMCD[Date] ) && YEAR ( EMCD[Date] ) = YEAR ( EARLIER ( EMCD[Date] ) ) - 1 ) RETURN DIVIDE ( EMCD[Absalon EM Corporate Debt SICAV NAV], CALCULATE ( SUM ( EMCD[Absalon EM Corporate Debt SICAV NAV] ), EMCD[Date] = Previous_YEAR_Closing ) ) - 1
Zubair_Muhammad
8 years agoCommunity Champion
Hi Anonymous
Please could you share your file via Onedrive or GoogleDrive?
Anonymous
8 years agoNot applicable
Hopefully this works? https://1drv.ms/x/s!AiRs1BCuVWhM6EfOsWkw52AbDaq-
- Anonymous8 years agoNot applicable
Sorry the last one didn't seem to work hopefully this does https://1drv.ms/x/s!AiRs1BCuVWhM6EfOsWkw52AbDaq-
- Zubair_Muhammad8 years agoCommunity Champion
Hi Anonymous
This is an Excel file.
The problem (i believe) is in your PBIX file (the image you shared) which uses mutliple tables. I was looking for that file.
- Anonymous8 years agoNot applicable
Here is the pbix file https://1drv.ms/u/s!AiRs1BCuVWhM6ElX82MVsTRvdPr5