Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Solved! Go to Solution.
Try measure like below:
Act ID =
COUNTROWS (
DISTINCT (
UNION (
DISTINCT (FILTER(VALUES('table column A'[CreatedNo]), 'table column A'[CreatedNo] <> BLANK() )),
DISTINCT ( FILTER(VALUES('table column B'[ModifiedCreatedNo]),'table column B'[ModifiedCreatedNo]<>BLANK()) )
)))
You could use COUNTAX
COUNTAX did not work 😞
Try measure like below:
Act ID =
COUNTROWS (
DISTINCT (
UNION (
DISTINCT (FILTER(VALUES('table column A'[CreatedNo]), 'table column A'[CreatedNo] <> BLANK() )),
DISTINCT ( FILTER(VALUES('table column B'[ModifiedCreatedNo]),'table column B'[ModifiedCreatedNo]<>BLANK()) )
)))
Your measure has been working well but I was just wondering if a filter can be added? I would like to see the results only Males from column C. What would be the best way to write the measure to include this?
You're a lifesaver. Thank you soon much for the help.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.