Forum Discussion
depple
Helper III
7 years agoInventory calculation - Based on expiry date
Hi, I am trying to create a weekly inventory report, but I am having difficulties creating a measure that adjusts inventory for expiry date. Below are two example tables that show my structure. ...
- 7 years ago
I found a solution using the CALCULATE function, with expiry date as filter.
Thanks to all that took their time to read my issue.
/depple
depple
Helper III
7 years agoI found a solution using the CALCULATE function, with expiry date as filter.
Thanks to all that took their time to read my issue.
/depple
Anonymous
6 years agoNot applicable
hi depple,
can you give us the example where you use the filter?
i have also tried to do the same with calculate (distinctcount(field1),filter(allselected(table), [expirydate] >= [i still havent figured out what i should put in here]))