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
Hello,
I have a table that controls my stock, what goes in and what goes out, day by day. I need to create a graphic that shows me this variation in a waterfall chart, but I am not getting the right result. How can I do the formula to shows the accumulated variation on a period of time?
In my table I have the columns: Product, Data, Stock in, Stock Out.
Best Regards.
Solved! Go to Solution.
@VitorXavierCell , You might need a measure like
CALCULATE(SUM(Table[Stock in]),filter(date,date[date] <=maxx(date,date[date]))) - CALCULATE(SUM(Table[Stok Out]),filter(date,date[date] <=maxx(date,date[date])))
@VitorXavierCell , You might need a measure like
CALCULATE(SUM(Table[Stock in]),filter(date,date[date] <=maxx(date,date[date]))) - CALCULATE(SUM(Table[Stok Out]),filter(date,date[date] <=maxx(date,date[date])))
Hello @amitchandak , thank you for answer my question!
I tried to use your sugestion, but it results the same as I did before, because the measure don't accumulate the balance between it on the time line.
I attached a image that shows the month, The quantity In, quantity out and the measure "Stock Variation".
Thanks a lot
@amitchandak Actually I was using the filter with a different table, that's why I not got it, but now I change the source of the filter and it worked.
Thanks a lot for the help!
User | Count |
---|---|
12 | |
11 | |
8 | |
8 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |