Hello all,
I try to set up a filter which present data in every part of dimension. For Example:
I want to see every customer who bought something in every location of my Company:
My Company contains 3 locations: A, B and C
Customer - Location - Value
Customer A - Location A - $100.000
Customer A - Location B - $50.000
Customer A - Location C - $10.000
Customer B - Location A - $100.000
Customer B - Location B - $10.000
Customer C - Location C - $100.000
In this example, I want to filter only Customer A, because B did not purchase anything in location C and C did not purchase anything in locations A and B.
I am able to proceed with Count function, but this solution is completely uneffective as I am facing thousands of locations and customers, so I try to set up a filter on data base, but for now I have no idea how should it looks.
Can anyone fix this one?