How do you combine members of the same dimension, such that each member will appear in a separate column?
For example, in order to display Year and Month in separate columns.
The CrossJoin() function does not allow you to combine members of the same dimension, and the Union() function merges all members into a single column...
For example, in order to display Year and Month in separate columns.
The CrossJoin() function does not allow you to combine members of the same dimension, and the Union() function merges all members into a single column...