The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
13 | |
9 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |