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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

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.

March Power BI Update Carousel

Power BI Community Update - March 2026

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