Forum Discussion
[ Show in Table Chart ]
Suppose, if you select number 2 from the slicer, what are the results you want to see in the Table 1 and Table 2?
Yes ,
Expect Result when I Choose 1
And Expect Result When I Choose 2
Thanks you
- rocky097 years agoSolution Sage
try this:
Create a table like below:
Summarized Customres = SUMMARIZE(TransactionInformation,TransactionInformation[CustomerNumber],"Customer_Count",COUNT(TransactionInformation[CustomerNumber]))
Now, make relationships as below:
Now, Use Customer_count from summary table as Slicer values.
- phamtrinh967 years agoHelper II
I'm sorry , I missing Restaurant slicer , It use to choose Restaurant.
If we choose a specific restaurant, "Number Of Customer" will change, so we need to use measure.
So this solution doesn't sure.
Due to my confuse , I'm sorry , Pls help me again.
file powerbi in this links updated https://drive.google.com/file/d/1KUUSG-oeQMGdLPp7MyTiD4Wfs7SpPqnQ/view?usp=sharing
Result expect when I choose RestaurantCode = RC2 and NumberOfCustomer = 3
- rocky097 years agoSolution Sage
ok.
create another table for restaurant code like below:
Restaurant = DISTINCT(TransactionInformation[RestaurantCode])
Now, create relationship like this.
and drag and drop fields from the tables like below.