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
RK_JOB
Helper II
Helper II

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

@RK_JOB , 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

@RK_JOB , 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
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.