I have different Issue Types like Task (Analysis) , Task (Documentation)..
Now i want to club them as single issue type called calAnalysis and want to show below sum of respective hours spent.
I already defined a new calculated member under Issue Type dimension with,
Aggregate({[Issue Type].[Task (Analysis)],[Issue Type].[Task (Documentation)]})
And I selected Hours Spent in measures in columns.
It shows new member calAnalysis as table column but value remains blank.