Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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) ) |
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Check out the November 2024 Power BI update to learn about new features.
User | Count |
---|---|
21 | |
21 | |
21 | |
13 | |
12 |
User | Count |
---|---|
43 | |
28 | |
25 | |
23 | |
22 |