The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
70 | |
67 | |
62 | |
48 | |
28 |
User | Count |
---|---|
113 | |
78 | |
64 | |
55 | |
44 |