Can't access properties for Target Version custom field

Hi,

Version picker dimension members are not populated with all the same properties as standard Fix version or Affects version dimensions. We have this feature in our backlog, but it is not yet planned for the implementation.

Currently, a partial workaround is possible with a custom formula by searching the same version name in the Fix version dimension. The limitation of the solution is that we must know in which project the version is located since the version name is the only value for search.

Filter(
  Descendants([Fix Version].[DEMO Gamma],[Fix Version].[Version]),
  [Fix Version].CurrentMember.Name=[Some version picker].CurrentMember.Name
).Item(0).AllProperties

This example is designed for the Some version picker field that is in the report rows and assuming that the version is from project DEMO Gamma.

Kindly,
Janis, eazyBI support