Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
Anonymous
Not applicable

filter selectedvalue

Is there a way to filter a page based on selected value.  

 

I want the user to select a value based on 4 different slicers.  Then it would see if this value matches a column from another table.  If it matches then return a 1 and if it doesn't return a 0.

 

I am using this Measure to see what the value is that is selected.

Selected Role = IF(LOOKUPVALUE('Target Data'[Leadership Type], 'Target Data'[Manager Name], SELECTEDVALUE('All HR Access Resources'[SVP Name])) = "SVP", "SVP",
IF (LOOKUPVALUE('Target Data'[Leadership Type], 'Target Data'[Manager Name], SELECTEDVALUE('All HR Access Resources'[VP Name])) = "VP", "VP",
IF (LOOKUPVALUE('Target Data'[Leadership Type], 'Target Data'[Manager Name], SELECTEDVALUE('All HR Access Resources'[Director Name])) = "Director", "Director",
IF (LOOKUPVALUE('Target Data'[Leadership Type], 'Target Data'[Manager Name], SELECTEDVALUE('All HR Access Resources'[Manager Name Path])) = "Manager", "Manager", "null"
))))

1 REPLY 1
v-juanli-msft
Community Support
Community Support

Hi

I work out this result using a measure

Measure =
IF ( [selected role] = MAX ( 'Target Data'[Leadship Type] ), "Yes", "No" )

 2.png

Here is my .pbix file

If you have any question, please share more detailed information so we can figure out the problem. Such as data, structure and relationship of tables " Target Data" and "All HR Access Resources".

 

 

 

Best Regards

Maggie

 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.