Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi,
I am counting how many times a date from one table appears in another. But I only want to count it if another column is
empty.
DUAL Consent Count =
CALCULATE (
COUNTA ('DUAL Raleigh and Charlotte Combined'[Date Consent SignedV1 Date]),
FILTER (
ALL('DUAL Raleigh and Charlotte Combined'[Date Consent SignedV1 Date]),
'DUAL Raleigh and Charlotte Combined'[Date Consent SignedV1 Date]='DUAL Cumulative Consents'[Date]
)
)
I have the above that is currently counting everying. I would like it to only be counting the dates if Column X is null. I have tried adding the below but receive an error.
&& 'DUAL Raleigh and Charlotte Combined'[Column X] <> null
[Column X] only contains text
Any help would be appreciated!
Hi @Anonymous ,
Have you tried <>"" or create a var that is "" and use that?
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Proud to be a Super User!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 23 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 20 | |
| 20 | |
| 19 |