Forum Discussion
Silex_BI
4 years agoFrequent Visitor
Running total by category
Hi, This is probably an easy one but I'm stumped. I have a inventory transaction table that record inventory movements. I have created a measure that calculate the inventory position b...
- 4 years ago
Silex_BI Add to your calculate another statement:
CALCULATE(
...
...,
REMOVEFILTERS('Table'[Transaction Type])
)
Silex_BI
4 years agoFrequent Visitor