I have situation where I have two different dimensions in a model. Dimension A has ColorId, FirstColor and SecondColor. Dimension B has ColorId and Firstcolor. I am trying to get a complete list of colorIds from both dimensions that are distinct. Please keep in mind that this mdx needs to be used in ssrs.
Dimension A
ColorId FirstColor SecondColor
T0z17 Blue Green
T0lqa Red Yellow
Dimension B
ColorId FirstColor
T201k Black
Tph1v Orange
Intended Output (only 1 column)
ColorId
T0z17
T0lqa
T201k
Tph1v