Forum Discussion
Filering using 2 slicers on same column without any dependancy
Hello All,
Thanks for reading my query. I have a requirement where I have two slicer for the same column. For ex, take the below data
I need two slicers on Zip column say Start zip and End Zip. When I select 60001 in slicer1 and 60005 in slicer2, I should get the result as
60001 1
60005 2
The Problem here is when i select 60001 in slicer1 the data gets filtered for that and when i further select 60005 in slicer2 there is no data as i already filtered for 60001.
I tried all the possibilities that i can but nothing helped. Please let me know if this can be accomplished using dax or any other solution.
Please share all your suggestions. Thanks in advance.
-Nith
5 Replies
- AnonymousNot applicable
Hi Anonymous,
You can duplicate the column and turn into number that column, when you put it on a slicer it will be like a date filtering, you select between and can select the beginning and the end.
Let me know if it helped, if so mark as solution.
BR,
DR
- AnonymousNot applicable
Thanks for your response. That solution will return the result as range as in from 60001 to 60005 but i want only those 2.
- AnonymousNot applicable
Alright I think I've figured what you're aiming.
You have to make two diferent tables for that, can't filter from the same since the data in your table must have two columns, one for the Departure ZIP and other for the Destination Zip am I right?
BR,
DR