Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 by date (running total) which works fine:
However, as soon as I try to add detail in my table (such as transaction type), the logic breaks:
Does anyone have a clue how to fix this?
Thanks a lot!!!
Solved! Go to Solution.
@Silex_BI Add to your calculate another statement:
CALCULATE(
...
...,
REMOVEFILTERS('Table'[Transaction Type])
)
@Silex_BI Add to your calculate another statement:
CALCULATE(
...
...,
REMOVEFILTERS('Table'[Transaction Type])
)
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
14 | |
11 | |
7 |