Forum Discussion
Syndicate_Admin
4 years agoAdministrator
Inventory Summation
Hello everyone, I wanted to consult you how I can do to total my inventory regardless of the warehouse in which it is, since when the warehouse is the same I can do it without inconvenience. ...
v-easonf-msft
4 years agoCommunity Support
Hi, Syndicate_Admin
There may be a problem with the filter in your formula.
Please change yor formula as below:
Valuarioninventario =
CALCULATE (
SUM ( PBI_V_Valuarioninventario[Cost Amount (Actual)] ),
FILTER (
ALL ( PBI_V_Valuarioninventario ),
PBI_V_Valuarioninventari[FechaContabilizaction]
<= MIN ( 'PBI_V_Valuarioninventari'[FechaContabilizaction] )
)
)
Best Regards,
Community Support Team _ Eason