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 fellow pbi users!
My dataset is here
I need to calculate dynamically the qty stock left in my inventory and $ total amount of this inventory left :
units remaning of that product * unit price of it (which is the last unit price of that last SALE).
I have a calendar table connected with a fact table
I wanna show it in a table, dynamically changed by DATES.
Problems:
1) the total is wrong
The "correct" $ total would be $44.810
2) I'm struggling to find the "remaning" measure correct. For instance, if you select dates from 21-04-2019, the remaining for POSMIL product will be NEGATIVE.
I know why is wrong, just dont know how to fix it 😃
I've tried with an calculated column using EARLIER approach, but didnt work out. I've
I was able to get to the result with a SUMMARIZECOLUMN new table, but i didnt like that approach:
Thanks!!!
Hi @brunofs123 ,
I still have a little confused about your scenario.
For your first problem, I cannot understand that why the correct total is 44.810, could you explain it?
In addition, for your sceond problem, it seems that the remaining for POSMIL product should be -100 based on your data sample. What is your desired output?
Best Regards,
Cherry
Hi there!
1) For your first problem, I cannot understand that why the correct total is 44.810, could you explain it?
With no filter dates applied, i would have:
My inventory balance [$ IN STOCK LEFT] should be the price bought for the item * units i have LEFT of that item
I think in my measure it was incorrect. I've changed like below: