Hi,
I am trying to apply a custom sort in a chart by adding a calculated column.
Working on Design Studio 1.5 SP0 Patch 1
Model is as below:
Dimension 1 | Sort Key Dim 1 | Month | Measure |
---|---|---|---|
name group 1 | 2 | 2016.01 | 1000 |
name group 2 | 1 | 2016.01 | 1001 |
name group 3 | 3 | 2016.01 | 2001 |
I have added the Sort Key Dim 1 to be able to sort on a custom way (without the standard sort on Dimension 1)
This all works out fine.
I have added the new Sort Key Dim 1 in the datasource and sorted on it. I only want to show Dimension 1 in the chart and not the Sort Key Dim 1.
Once I have marked the Sort Key Dim 1 as "Member Display = No Display" it hides the dimension. However not completely because it still shows but than with "No value" in both the chart and legend.
Any way I can still use the information in the datasource and sort it in the background without displaying it in the chart/legend ?
Kind regards,