Forum Discussion
Matrix View issue
- Anonymous4 years ago
Hi learner03 ,
Here are the steps you can follow:
1. Create measure.
Measure = var _shipped=CALCULATE(SUM('Sheet6'[Shipped QTY]),FILTER(ALL(Sheet6),'Sheet6'[Dock#]=MAX('Sheet6'[Dock#])&&'Sheet6'[Container #]=MAX('Sheet6'[Container #]))) var _received=CALCULATE(SUM('Sheet6'[Received Qty]),FILTER(ALL(Sheet6),'Sheet6'[Dock#]=MAX('Sheet6'[Dock#])&&'Sheet6'[Container #]=MAX('Sheet6'[Container #]))) return _shipped+_received2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
lbendlin I do not need the user to hover over a particular cell to see its data. I need something as a dashboard display to see what containers are at which dock and how much they have been receipted till that moment.
So, is there any other way I can display this if matix isn't the best option?
Something like data about what containers-what are at which dock in matrix or table and below that another visual that shows dock and container in a graph form like they do in sales related to budget and tareget. In this scenerio, quantity shipped and receipted till now? visual something like below-
Like this ?