Hi @cdemez ,
Legend name is created based on your dimensions added in columns together with the measure you use.
To make more sense of the legend for your report audience, I would suggest one of the two options:
- Moving dimensions “Project” and “Transition Status” to Pages and applying filters there. Leave the “Partners” dimension in columns as that is a value you group your values by and then you can create a new report-specific measure to give a more business-friendly name to measure “Transitions to status issue count” using this formula:
[Measures].[Transitions to issues count]
The report would look like this:
- Create a report-specific measure that includes the measure “Transitions to issues count” together with “Transition status” value “Delivered” and “Project” value “Service Portfolio” using a tuple (I have an example with “Done” and “DEMO Beta”). Add the “Partners” dimension in columns. With this you don’t need to use dimensions in Pages.:
([Measures].[Transitions to issues count],
[Transition Status].[Done],
[Project].[DEMO Beta])
The report would look like the above report, but without dimensions in pages.
best,
Gerda // support@eazyBI.com