Count of stacked items in measure

Hi , 

I have a measure which shows values for each item in stack (when hover over) and sum of total stacks in Y axis.

646a788d-5891-43af-8f79-8cbbb6a7164d.png

Is there a way to count the number of stacks and display that number on the top?

0 1 128
1 REPLY 1

Maddie
Participant IV

Hi p_gill,

It is possible to get a version of this using table calculations:

fc090015-d615-4a2c-977e-fd4902261c44.png

In the above calculation, you would use the measure that is being stacked instead of

${order_items.total_gross_margin}

Then plot that number on a secondary axis:

2e370e04-fcba-401c-9b7e-50bc705502e0.png

Hope this helps,

Top Labels in this Space
Top Solution Authors