Forum Discussion
Thisaatty
3 years agoNew Member
Filter a table based on a DAX variable value
Hi, I want to filter a table based on variable value. First I have taken the variable into a measure as shown below Selected ID = SELECTEDVALUE(study[Studyid_commonname]) Then I have added...
tamerj1
3 years agoCommunity Champion
Hi Thisaatty
Calculated columns do not interact with the filter context. What exactly are you trying to achieve?
Thisaatty
3 years agoNew Member
- tamerj13 years agoCommunity Champion
Thisaatty
Ok, but this requires to provide more details. Is 'study' a disconnected or connected table? What which level/granularity the visual is represented? What table(s) column(s) involved in the visual? Screenshots would greatly help to understand the problem.