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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
MStP
Helper I
Helper I

Visual-Level Filter Measure with Conditional Filter

Hello All,

 

Please see the link for the sample data file below.

 

I want to create a measure that acts as a visual level filter to include the following rows:

 

PO Cat = K or P

or

PO Cat = Blank, and PR Cat is K or P

 

In the sample data, the desired result is that the filter excludes PO1003.

 

https://drive.google.com/file/d/1XOp8YVIYCD71NXyVb3Oe_2lRT7FXUWgl/view?usp=sharing

 

It would also be useful to get the formula as if the PR Cat and PO Cat were in two different tables.

 

Please let me know if you need additional information.

 

Michael

1 ACCEPTED SOLUTION

I don't know, I'm new at this. I guess the calculated column would deliver a combined value that I could filter in the visual? So the values would be whatever is in PO Cat + PR Cat and anything that's blank would be filtered out? This sounds reasonable to me. I used this expression and filtered out any blanks. I think this will work for me.

 

Acct Assignment Combine = COMBINEVALUES( ", ", ZQV_ME5A_ATC[AcctAssignmentCat], ZQV_ME5A_ATC[ZQV_ME2N_ATC.AcctAssignmentCat])

 

Michael

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

Please explain why this would need to be a measure.  A calculated column seems sufficient.

I don't know, I'm new at this. I guess the calculated column would deliver a combined value that I could filter in the visual? So the values would be whatever is in PO Cat + PR Cat and anything that's blank would be filtered out? This sounds reasonable to me. I used this expression and filtered out any blanks. I think this will work for me.

 

Acct Assignment Combine = COMBINEVALUES( ", ", ZQV_ME5A_ATC[AcctAssignmentCat], ZQV_ME5A_ATC[ZQV_ME2N_ATC.AcctAssignmentCat])

 

Michael

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 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.