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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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)

)

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)

)

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.