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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
rpinxt
Solution Sage
Solution Sage

Use a slicer value to filter a field of a visual in the filters pane

Lets say I have a visual and a slicer with 2 titles. Tile A and Tile B

The selection of the tiles determines which GL account I want to filter in the visual.

 

For instance. When tile B is selected the visual should be filtered on GL account 12345.

And if tile A is selected it should filter/show all GL accounts accept 12345.

 

Was thinking about a measure to looks which value of the slicer is selected.

That would work but how to pass this to a filter value?

1 ACCEPTED SOLUTION
DataInsights
Super User
Super User

@rpinxt,

 

This sounds like a use case for field parameters. You could create two measures, one that includes only account 12345, and the other that includes all accounts except 12345. These two measures would be used in your field parameter.

 

https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
DataInsights
Super User
Super User

@rpinxt,

 

This sounds like a use case for field parameters. You could create two measures, one that includes only account 12345, and the other that includes all accounts except 12345. These two measures would be used in your field parameter.

 

https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Ah right, thanks @DataInsights field parameters would also be a way to go.

Did it now it bit different approach with the enduser and made DAX formulas that would fit.

 

But maybe field parameters would have been more efficient 😉

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.