Hello all,
i kindly ask for your help, after a few attempts and searches i was not able to find the correct soultion for my issue:
it is about stock development, i have 3 tables (+date table)
Inbounds (date / Item / quantity)
Outbounds (date / Item / quantity)
itemtable (to aggregate result on itemgroups)
what i am trying to do is cumulate the stock development on Year-month base, so in short addup the difference between in and outbounds on monthly base. IT should be a measure which works on items and also on groups
Also, note that the CALCULATE functions in your other measures aren’t doing anything, because you are not changing context, and thus should be removed.
I hope this is helpful. Full solution file attached.