Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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.
DISTINCTCOUNT('Table')
= COUNTROWS( DISTINCT( Table1 ) )
Expertise = List.Accumulate( {Days as from Today}, {Skills and Knowledge}, (Current, Everyday) => Current & Day.LeanAndPractise(Everyday) ) |
User | Count |
---|---|
16 | |
10 | |
10 | |
10 | |
8 |