The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |