Does anyone know if it is possible to make a bar graph with 2 dimensions and 2 measures?
It seems when i select two dimensions(one grouped) i can only pick one measure and when i pick two measures i can only pick 1 dimension (no grouping one).Basically i want two bars (measures) for each dimension within the grouped dimension.
This comes up every so often, there are a few threads on this, perhaps look at this one, and try out branch extensions.
My best workaround has been concatenate your 2 dimensions into 1 (dim1 & ' - ' & dim2) so you have 1 x-axis dimension. But this repeats your dim1 label.