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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
mmills2018
Helper IV
Helper IV

Getting Slicer/Filter to work

Hello,

I have the below calculation for a filter.  The issue I am running into, is that PoC only works when Gender is filter.  I would like the filter for POC to ALSO work without needing to filter by Gender first.  So POC filter would function when gender is filter and would function when gender is not not selected. any ideas?
 
 
VAR cta_add =
//cta with additional filter
SUMX (
FILTER (
filtered,
[Gender]
IN VALUES ( Gender[Gender] )
&& IF (
ISFILTERED ( PoC ),
[Race/Ethnicity] IN VALUES ( PoC[PoC (USA Only)] ),
TRUE ()
)
),
[Count Total Associates (PME)]
)
 
4 REPLIES 4
Anonymous
Not applicable

@mmills2018 

 

We cannot detect problem without see your model, maybe a sample  pbix without sensitive data?

 

If tables are related together, you should able just use those filters on [Count Total Associates (PME)] measure, additional formula is not necessary.

 

Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

mmills2018
Helper IV
Helper IV

unfortunately, I can't.  i was hoping there would be a way to create an if/or statement for Gender and POC, POC has an if statement but Gender does not....

Anonymous
Not applicable

You can use nested If statement to give multiple conditions. Check the third example here

This seems to be an easy issue but I am not able to understand what is required. Some more details might help.

Anonymous
Not applicable

Is it possible for you to share the pbix file ?

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors
Top Kudoed Authors