Hello,
i have a table with 3 columns :
City, Latitude, Longitude
I would like to have 2 slicers : one called Origin, the other destination
Then I would use Latitude and longitude to output the distance between the selected two cities.
My issue is that if I use two slicers from the same column City, when the user select the origin, the second slicer sync and the destination slicer has only one option : the origin city. Though this makes the calculation of distance quiet simple, that's not meeting my desing intent.
Is there a simple way to have two slicers picking up two value from the same column ?
Thank you
Solved! Go to Solution.
hi,
you have to stop the refresh on the second slicer when the 1rst one is hit
hi,
you have to stop the refresh on the second slicer when the 1rst one is hit
User | Count |
---|---|
131 | |
73 | |
39 | |
32 | |
21 |
User | Count |
---|---|
144 | |
71 | |
40 | |
27 | |
23 |