I Have two MDX queries,
select
[Measures].[Goals A] on 0
from [FDC Star]
where [Squad A].[Squad Key]
And
select
[Measures].[Goals B] on 0
from [FDC Star]
where [Squad B].[Squad Key]
I would like to add the two values together but being very new to MDX I have no idea.
You can use calculated members: