Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Jsummers
Helper I
Helper I

Distinct Count Help

Hi, hoping someone can help, I think it is probably pretty simple, but with my lack of knowledge, I am just banging my head against a brick wall!

I have a table, one column is an assessment ID, there are multiple rows with the same assessment ID.  I have a second column called NCs, there is either a 1 or 0 in that column.  I want to create a measure to count the number of rows with 1 in for distinct assessment IDs.

 

I have something like this, but it's not working!

Audits with NCs = CALCULATE(DISTINCTCOUNT('SQL Ad Hoc'[AssessmentID]),FILTER('SQL Ad Hoc','SQL Ad Hoc'[NCs?]="1" && 'SQL Ad Hoc'[NCs?]="1"))
 
Many thanks 
Julia
1 ACCEPTED SOLUTION
Dangar332
Resident Rockstar
Resident Rockstar

Hi, @Jsummers 

Try below

Audits with NCs = CALCULATE(DISTINCTCOUNT('SQL Ad Hoc'[AssessmentID]),'SQL Ad Hoc'[NCs?]=1))

View solution in original post

4 REPLIES 4
HotChilli
Community Champion
Community Champion

Can you clarify the desired result please? I don't think this is clear "I want to create a measure to count the number of rows with 1 in for distinct assessment IDs."

Do you want a distinct count of AssessmentID (with the table filtered for NC = 1)

or

do you want a count of NC = 1 rows for each AssessmentID?

or something else?

--

If you provide sample data and show the desired result you will get a better answer.

Capture.JPG

This is the desired outcome

Dangar332
Resident Rockstar
Resident Rockstar

Hi, @Jsummers 

Try below

Audits with NCs = CALCULATE(DISTINCTCOUNT('SQL Ad Hoc'[AssessmentID]),'SQL Ad Hoc'[NCs?]=1))

@Dangar332 this appears to have worked, I will double check the results & then accept as the solution, many thanks 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.