Forum Discussion
Dynamic filtering table with no physical relationship
- 6 years ago
have you managed to solve your issue?
If not, you can create a measure like this:Measure = VAR _skills = CALCULATETABLE ( VALUES ( demands[skill] ) ) VAR _matchingSkills = INTERSECT ( _skills, VALUES ( skills[skill] ) ) RETURN IF ( COUNTROWS ( _matchingSkills ) = COUNTROWS ( _skills ), 1, 0 )and use this measure in the filter pane(setting Measure is 1) of the table visualization of the employees.
I have attached the mock-up file I created to demonstrate.Cheers,
Sturla
If this post helps, then please consider Accepting it as the solution. Kudos are nice too. - 6 years ago
Hi sturlaws many thanks as your solution is working great and your explanations and examples are perfect !! sorry not to answer quickly ( i was on vacation 😃 )
Hi sturlaws many thanks as your solution is working great and your explanations and examples are perfect !! sorry not to answer quickly ( i was on vacation 😃 )
it seems that i wrongly accept my comment to your solution as the solution 😞 . Sorry it is the first time i accept a solution . I also accepted your own but didn't find a way to remove the first approval . Once again many many thanks for your great help!!! i ll check how to give "kudos"