Forum Discussion
Anonymous
4 years agoNot applicable
Indirect slicer
Hello Is it possible to use a slicer with specific value/range options to filter a field in another table via a function? E.g. a slicer has two options: 0 and 1. If 0 is selected then e.g. C...
- Anonymous4 years ago
Hi Anonymous
You may use SELECTEDVALUE('Table'[Column]) to get the value of the selection in slicer and store it as a Variable.
Now you can use this variable for calculation logic derivation.
Anonymous
4 years agoNot applicable
Hi Anonymous
You may use SELECTEDVALUE('Table'[Column]) to get the value of the selection in slicer and store it as a Variable.
Now you can use this variable for calculation logic derivation.