Hi
@Jenny Franklin, thank you for your reply.
I did the trick with the
Unpivot function on the field
Certificate which creates a new table of (in this example) 8 rows where every row contains a unique combination of the field
Certificate,
YYYY and
Value.
Then I created a
Unique Identifier column of the combination
Certificate and the Collapse Column (=
YYYY). The same
Unique Identifier should be created in the other table (there you will use the
Value) as well where the
YYYY is retrieved by
CurrentDate("yyyy") and will be based on the month you select.
With the
Unique Identifier I am now able to retrieve the
Value of a
Certificate in a particular year based on the selection made by the
Date Range button/selection located in the top of the Apptio screen.
#ApptioforAll