Hi Everyone It's me :D
I wanna ask something simple,
This is my data:
I create 3 simple calculated measure:
and this is the result from pivot:
Well, based on my filter (Table[ID]>3), Stock end where ID <= 3 should be BLANK, but it shows 1000, why?
Can you help me?
Thanks,
I wanna ask something simple,
This is my data:
I create 3 simple calculated measure:
Code:
[B]Sales[/B]:=SUM([Qty])
Code:
[B]Stock[/B]:=1000
Code:
[B]Stock End[/B]:=CALCULATE([Stock]-[Sales],FILTER(Table1,Table1[ID]>3))
and this is the result from pivot:
Well, based on my filter (Table[ID]>3), Stock end where ID <= 3 should be BLANK, but it shows 1000, why?
Can you help me?
Thanks,