I have a requirement, where I have data like this.
ColA ColB ColC ColD
A A C 1
B C C 1
A B C 3
C D C 2
I have one visual as a table with just Col A and Col B generated through the Min Number on Col D.
ColA ColB
A A
B c
I want to generate another visual table that takes these ColA Values "A" and "B" and filters the actual data table.
ColA ColB ColC ColD
A A C 1
B C C 1
A B C 3
I am trying to solve this using AllSelected
Function but it is not helping me. How can we use a measure on a visual level filter to solve this problem.