I have a dimension (Week) and 1 measure with 23 segments/categories that should be represented as a stacked bar and 1 segment/category from it as a line. So I used a combo chart where I added each of the 23 segments as a separate measure using this: Sum( {<Customer={'ABC'}>}Sales). But the combo chart only seems to allow 15 measures. So I added the rest as alternate measures. Is there a way, I can add more than 15 measures in the combo chart in main measure part not in alternative measures. Or else is there is some other way to display this other than a combo chart or using some extension ?? Thanks in advance.