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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

Removefilter 2 columns

Hello,

 

How do I use RemoveFilter to work with 2 columns.

 

Here it works fine in below table. 

 

RK_JOB_0-1631057194123.png

 

Filter pan:  When I only filtered on FCB.

 

RK_JOB_1-1631057249243.png

 

But when I bring "Group" in the table. I see different values for some of the ethnic group. In this case, all should be 3,690.

 

Headcount All =
CALCULATE (
DISTINCTCOUNT( HC[_BIC_HEMPID] ),
REMOVEFILTERS ( HC[ETHNIC_GRP_TEXT])
 
)

 

 

RK_JOB_2-1631057312184.png

 

 

I am using "Headcount All" value as a tooltip so Group comes into play.

 

Thanks in adavce,

RK

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , try like

 

Headcount All =
CALCULATE (
DISTINCTCOUNT( HC[_BIC_HEMPID] ),
allselected( HC[ETHNIC_GRP_TEXT])

)

 

or

 

Headcount All =
CALCULATE (
DISTINCTCOUNT( HC[_BIC_HEMPID] ),
allselected( HC)

)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , try like

 

Headcount All =
CALCULATE (
DISTINCTCOUNT( HC[_BIC_HEMPID] ),
allselected( HC[ETHNIC_GRP_TEXT])

)

 

or

 

Headcount All =
CALCULATE (
DISTINCTCOUNT( HC[_BIC_HEMPID] ),
allselected( HC)

)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

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.