Forum Discussion

vemishetti123's avatar
vemishetti123
Frequent Visitor
2 years ago

Dax

can anyone help me on dax.

Here i am trying to get the sum of value to be displayed in the min of week of year.

Here i have measure like this 

Asofstock = SUMX('D1e2e', 'D1e2e'[IHQTY] - 'D1e2e'[PCDQTY])
And i have cretaed another measure to display the o/p of above measure in the min of weekofyear,
OpenStock =
CALCULATE(
    [Asofstock],
    ALL('query1'),
    'Query1'[Week of Year] = MIN('Query1'[Week of Year])
)
But i am getting like this the total value is being splitting by the weeks.
 

 

 

 

 

1 Reply