Forum Discussion
Anonymous
9 years agoNot applicable
DAX Formula: Inventory QOH in reverse
Disclaimer: I just started working with DAX and I've read and watched a ton of content but I'm still getting hung up on very simple problems. I learn faster if I can see the solutions to the problem...
Anonymous
9 years agoNot applicable
Thanks, I learned a lot from that formula. I assume it was meant to be a measure but I tried both and the result is always 12,955,306 for every date and every item. It appears it might be adding up all QOH in my Inventory Data table?
Also, the only field I have qty in is the 'Transaction Data' [Qty]. there is another field: 'Transaction Data' [Transaction Type] which captures "adjustment", "Receipt", etc... I changed the 3 lines on your formula to : SUM ( 'Transaction Data'[Qty] ),
v-ljerr-msft
Microsoft Employee
9 years agoHi Anonymous,
Could you share a sample pbix file, so that we can better assist on this issue? You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading. :smileyhappy:
Regards