Forum Discussion
CoreyP
6 years agoSolution Sage
A seemingly complex task...
Hey all, I've got what might be a fun one for all you experts. Here's what I'm trying to do: If any of you have a background in warehouse management, you might get this right off the bat. I'm...
kentyler
6 years agoSolution Sage
and you can short cut the filter statement
FILTER (
ALL('Inventory'[Pallet Rank]),
'AIRMInventory'[Pallet Rank] <= cur_index ))
by just writing
, 'AIRMInventory'[Pallet Rank] <= cur_index
as an argument to CALCULATE
CALCULATE will turn it into a filter automatically
CoreyP
6 years agoSolution Sage
Still not making any progress...pretty sure this link describes something very similar for what I'm trying to do, just can't get it to work in my context.
https://forum.enterprisedna.co/t/running-totals-on-a-measure-with-no-index-or-date-column/147/7
- kentyler6 years agoSolution Sage
I know the feeling. It can't seem impossible. There is just some little detail we have to find.
If you just write the Rankx measure (following his example) in a measure and put it in a table, what does it return ?