The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello everyone,
I have a question about counting unique clients in periods.
I already have his dax command that counts active dossiers. But sometimes a client has more than 1 dossier in a period.
What i want to know is the unique clients per period.
Is there a way to get the unique count of clients through this measure?
If more data is required please let me know.
Any help will be appriciated.
Solved! Go to Solution.
Hi @Anonymous ,
You can use like:
Measure =
Hi @Anonymous ,
You can use like:
Measure =
User | Count |
---|---|
28 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |