so I have a measure in a table and I am trying to connect it to another measure in the same table
so I have reached this statment but it still needs tiny modification which I can't figure out yet ...hoping someone here can help
Top(sum({$<[OnHand History Transaction.AsOfDate]= >}
(([OnHand History Transaction.Cost]*[OnHand History Transaction.Total])
+ ([OnHand History Transaction.Core]*[OnHand History Transaction.Total]))))
the red part is the place that needs more modification because instead of ignoring the current selection of that dimension I want it to use the selection of a measure which is calculated as follows