Show on report a Field Issue Pick

Hello,

I’m trying to add a measure to my MDX, which imports information from a field of type Issue Pick Field. However, the information does not appear inside the Summary, what I need is for the ID and the Summary to appear.

I attach the images.

Cheers



Make sure that all these Objectives (used in issue picker field) are also selected for import from the import options page.
Then create new calculated measure using this formula:

[Issue].[Issue].getmemberbykey(
[Measures].[Issue objective]
).Name

Martins / eazyBI