Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello guys,
I want to choose one of the columns on the left table to get all the values in the right table that contain the same value.
As highlihgted in the picture, I want to get all the rows that contain 'Unemployment Insurance' on the right table.
Thanks s lot!
Solved! Go to Solution.
Hi @Anonymous
I notice that you want to create some measures in your another post,
Why do you need to create measures?
could tell me what's wrong you meet when you use the methods v-yulgu-msft provides?
With more details, i would give a more useful solution.
Best regards
Maggie
Hi @Anonymous
Assume "visit reason values" and "visit reason" are two columns in different tables.
add [ visit reason values] in the slicer, create measures
selected value = SELECTEDVALUE(Sheet3[values]) show = IF(NOT(ISERROR(FIND([selected value],MAX(Sheet4[reason])))),1,0)
add measure [show] in the visual level filter and show items when value is 1
Best Regards
Maggie
Thank you so much, it worked fine!!!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.