Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Counting Distinct Pairs
06-26-2023
08:46 AM
I have two columns that pair with eachother and I am trying to count the distinct pairs.
For example:
Start | End |
A | B |
A | B |
A | B |
B | C |
B | C |
B | C |
B | C |
C | D |
C | D |
So the measure would count
Start A, End B once,
Start B, End C once, and
Start C, End D once
Thank you in advance for any help/clarification
Solved! Go to Solution.
1 ACCEPTED SOLUTION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023
09:14 AM
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023
09:49 PM
DISTINCTCOUNT('Table')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023
09:16 PM
= COUNTROWS( DISTINCT( Table1 ) )
Expertise = List.Accumulate( {Days as from Today}, {Skills and Knowledge}, (Current, Everyday) => Current & Day.LeanAndPractise(Everyday) ) |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023
09:14 AM

Helpful resources
Recommendations
Subject | Author | Posted | |
---|---|---|---|
01-16-2025 07:51 AM | |||
08-13-2024 09:40 AM | |||
04-02-2024 06:31 AM | |||
12-10-2024 11:59 PM | |||
01-23-2023 02:24 PM |
Top Solution Authors (Last Month)
User | Count |
---|---|
14 | |
14 | |
11 | |
11 | |
8 |