Forum Discussion
[ Show in Table Chart ]
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.
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.
- phamtrinh967 years agoHelper II
No ,if choose RestaurantCode = RC4 and NumberCustomer = 1 then True Result is
I want ask , Why aren't you use measure same me ?
- rocky097 years agoSolution SageEven one works differently for the same results.
May be someone will help you.. All the best.