This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 39 | |
| 33 | |
| 24 | |
| 23 |