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
Good Morning,
I need some help please with a distinct count with a filter.
The count is for customer, i need to filter on two dates so it is only counting where the first date is greater than the second date.
For example in the below table i would get a result of 3:
| Customer | Date 1 | Date 2 |
| 1 | 26/01/2020 | 28/02/2022 |
| 1 | 28/12/2021 | 25/11/2021 |
| 2 | 31/02/2022 | 31/01/2022 |
| 3 | 01/06/2021 | 31/05/2021 |
| 3 | 05/08/2020 | 07/04/2022 |
Hi the tables are joined by the customer number
How? Can you show a picture?
How does Table 1 know, which Date 2 belongs to which Date 1?
Thank you, i forgot to say that the two dates are from two different tables.
And how are those tables connected?!
Hi,
CustomerCount =
CALCULATE(
DISTINCTCOUNT(table[Customer]),
FILTER(
table,
table[Date 1] > table[Date 2]
)
)
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 |
|---|---|
| 38 | |
| 28 | |
| 27 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 37 | |
| 32 | |
| 25 | |
| 25 |