- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Portfolio return indexing based on daily change
Hello all,
I'm still struggling to how to solve following problem. I have several portfolios from several asset managers. I have daily %-changes for each portfolio. Based on %-changes, I should be able to calculate indexed value starting from 100 at first day. I should be able to slice time period and compare 2 or more portfolios. Time slicing works nicely if I have just 1 portfolio but as soon as there are 2 or more.....well.....not working.
As my example illustrated my current situation hopefully you have time to take a look at it. In example you can see my dataset and current measure for indexing.
BR,
Juha
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @Anonymous ,
The reason that your calculations aren't working is because the ALL() statment is removing all the filters on the table, which includes the one on the Portfolio Name.
If you are working with periods you will want to have a calendar table, so that you can slice and dice the time periods without affecting the other columns in your main table.
Take a look at the file attached and let me know if we're on the right track!
Br,
J
Connect on LinkedIn

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @Anonymous ,
The reason that your calculations aren't working is because the ALL() statment is removing all the filters on the table, which includes the one on the Portfolio Name.
If you are working with periods you will want to have a calendar table, so that you can slice and dice the time periods without affecting the other columns in your main table.
Take a look at the file attached and let me know if we're on the right track!
Br,
J
Connect on LinkedIn

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
10-25-2024 09:38 PM | |||
04-02-2024 08:12 AM | |||
08-07-2024 02:06 PM | |||
08-21-2024 06:23 AM | |||
09-25-2024 05:15 AM |
User | Count |
---|---|
140 | |
110 | |
81 | |
61 | |
46 |