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,
I'm trying to create a base count of a specific column but without counting the duplicate IDs multiple times. Thanks!
Solved! Go to Solution.
Measure = CALCULATE(DISTINCTCOUNT('Table'[ID]),'Table'[speciific colnum]="xxx")
Measure = CALCULATE(DISTINCTCOUNT('Table'[ID]),'Table'[speciific colnum]="xxx")
Thank you!
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |