Forum Discussion

vinaydavid's avatar
vinaydavid
Helper III
6 years ago

DAX Calculation

Hi All,

 

I am planning to plot the below data into a stacked bar graph.

With Week on the X-axis (values like Curr.wk, forecast, +1 wk.....+3wk).

And on Y-axis I want to plot Type (XX, YY, ZZ .....etc.,)

 

TypeCategoryWeekValueCapacity
XXAA+3 Week28/08/20205
XXAA+3 Week29/08/20205
XXAA+3 Week25/08/20205
XXAA+3 Week26/08/20205
XXAA+3 Week26/08/20205
XXAA+3 Week28/08/20205
XXBB+3 Week28/08/20203
XXCC+3 Week25/08/20202

 

The below is what I want to achieve using a DAX measure.

 

AA=6 (count of 'Value')/5 (Avg. of 'Capacity')=1.20
BB=1/3=0.33
CC=1/2=0.50
  =2.03
   
XX=2.03 


So that, I can show for week '+3 Week' as 2.03 for Type (Legend).

Thanks in advance!

 

2 Replies