Forum Discussion
Filter combinations
Sample dataset
Table name :- Travelers .
Vehicle Name.
Bike. A1
Car. A2
Train. A3
Bike,car. A4
Flight. A5
Flight,car A6.
Slicer
Car.
Train.
Bike,car (Don't want to show in slicer)
Flight.
Flight,car (Don't want to show in slicer)
Instead combinations in slicer if I click car and bike it need to filter bike,car combination only not to filter car and bike
If I click Car and Bike individually in slicer
It need to show A4 only.
Give a solution for this it will be more helpful
Thank you PBI community
James96 because you have extra comma in car,ship value, it is like car,ship, if it is car,ship then it will work. It is an issue with data inconsistency.
12 Replies
- James96Frequent Visitor
I will say with example
"Vehicle". "Count". "Category"
Car. 5. A1
Bike. 2. A2
Car,Bike. 3. A3.
Slicer.
Bike.
Car
.
When I click Bike need to show 2(sum)
When I click car need to show 5(sum)
When I click Bike and Car it need to show 3(sum)
But if I splited like you said
Bike 2
Car. 5
Bike 3
Car 3
Here when I click Bike and Car it shows total sum values(13) only.
I hope you got it parry2k
- James96Frequent Visitor
I tried your pbix file but it's not working for my scenario
I have attached drive link for my pbix link in that file if we click car it shows car count if I click ship it shows ship count but if I click car and ship it shows blank this is the scenario
Kindly give a solution parry2k
https://drive.google.com/file/d/13T_YIS6no5Fq9klYSZx60oYlszgt7A5W/view?usp=drivesdk
https://drive.google.com/file/d/13T_YIS6no5Fq9klYSZx60oYlszgt7A5W/view?usp=drivesdk