Forum Discussion
Set Value Based on Slicer
Best
Darek
Happy to elaborate Anonymous . I have a line graph with multiple lines and I am trying to keep one of those lines from being filtered out when I use one of the slicers. This slicer is a numeric slicer that you can change the range between 1 to 60 of a certain column of data. I would like to change the values in that column for the data that makes up that line, to same value as the lowest value selected in the slicer. This will keep the line graph presented in the line graph. I would be gratful for your help. If you have a better solution please let me know.
- Anonymous7 years agoNot applicable
Still, this is not entirely clear since I can't see the model.
Your slicer must be a disconnected table, first and foremost, because if it filters a table from which a column is taken to make up the x-axis, then you're out of luck. Secondly, the line you want to tie to the lowest value of the slicer must be aware of the lowest value only. So, you should create a measure that will sense the lowest value and use it properly.
Best
Darek