Forum Discussion

Hammyssdfs's avatar
Hammyssdfs
New Member
1 year ago
Solved

SELECTEDVALUE as variable in DAX table

Hello, I want use value from slicer as varialbe in created table using by DAX

There is slicer with 1 selected value and textfield:

MEASURE: TypeSelected = SELECTEDVALUE('SloučenáData'[Typ], "NB")
Created table: 

 

If I use VAR ZvolenaHodnota = SELECTEDVALUE('SloučenáData'[Typ], "NB"), then still "ZvolenaHodnota" dont react to selected value in slicer.

 

Thank you for help

 

2 Replies