Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
How do I use RemoveFilter to work with 2 columns.
Here it works fine in below table.
Filter pan: When I only filtered on FCB.
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.
I am using "Headcount All" value as a tooltip so Group comes into play.
Thanks in adavce,
RK
Solved! Go to Solution.
@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)
)
@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)
)
User | Count |
---|---|
64 | |
59 | |
47 | |
32 | |
31 |
User | Count |
---|---|
84 | |
73 | |
52 | |
50 | |
44 |