Forum Discussion
phamtrinh96
Helper II
7 years ago[ Show in Table Chart ]
Hi Everyone , I have a problem. I create two table chart , One table chart show customer information and " Number Of Transaction " of Customer . Ex : One table chart show transaction in...
phamtrinh96
Helper II
7 years agoHi Everybody,
I created post "Show data table chart" https://community.powerbi.com/t5/Desktop/Show-in-Table-Chart/m-p/688609#M331964
Although I received your enthusiastic support, I still haven't solved the problem. So I created a powerBI file so you can help me understand my problem. Please, see the powerbi file and give me an idea.
Thank you
Thank you
File PowerBI in this link
phamtrinh96
Helper II
7 years agoWhen I chose the number of Customer, only the change in the 1st chart, but there was no change in the 2nd chart according to the 1st chart.
And I thing this problem is not easy , But we often encounter this problem because the powerbi does not support the filter in Measure.
- rocky097 years ago
Solution Sage
can you provide an example :
Suppose, if you select number 2 from the slicer, what are the results you want to see in the Table 1 and Table 2?- phamtrinh967 years ago
Helper II
Yes ,
Expect Result when I Choose 1
And Expect Result When I Choose 2
Thanks you
- rocky097 years ago
Solution 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.