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 moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi all,
Hopefully someone can point me in the right direction.
I am looking to count the number of occurrences of consecutive point won within a tennis match. I would like to count how many times a player wins just 1 point, 2 points in a row, 3 points in a row, etc.
For example:
Point won by
Player A
Player B
Player B
Player A
Player B
Player B
Player B
Here player A has won 1 point 2 times
Player B has won 2 points in a row once, and also 3 points in a row once.
I would like to have a measure for each sequence values (ie a measure for how many times player A wins 1 point in a row, another measure for when player A wins 2 points in a row, another for how many times they win 3 points in a row, etc.
I suspect I will need to use EARLIER function and an index column but not sure how to put it all together.
Any help would be much appreciated.
Thanks
Marc
Solved! Go to Solution.
Hi,
I am not sure if I understood your question correctly, but please check the picture down below and the attached pbix file.
All steps of measures are written down in the attached file.
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Excel worksheet formula is powerful enough to deal with this simple quesiton
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
Excel worksheet formula is powerful enough to deal with this simple quesiton
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
Hi,
I am not sure if I understood your question correctly, but please check the picture down below and the attached pbix file.
All steps of measures are written down in the attached file.
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Hi @Jihwan_Kim and @CNENFRNL
Thank you both for your replies.... They both work great! I will now look to see if I can fully understand the workings of each solution 😊
Thanks again it's much appreciated
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
22 | |
21 | |
17 | |
14 | |
11 |
User | Count |
---|---|
42 | |
35 | |
25 | |
24 | |
22 |