Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hello,
I have spent days on this and cannot figure it out. I hope someone can help, please
I'm tracking skills so my model has skillnames, achieved levels, dates and persons name. (This is just a test - my actual table have millions of records but behaves the same)
Im using this measure to get the latest value of each skill for each person:
I am then using this measure to count up the number of each skill level:
Solved! Go to Solution.
@justlearning50 , try like
Countrows(filter(Sheet1, not(isblank([Latest result])) && [Latest result] =0))
@justlearning50 , try like
Countrows(filter(Sheet1, not(isblank([Latest result])) && [Latest result] =0))
Thank you @amitchandak . That worked.
Why is this need for 0 only? is it a case that there is a default blank for the rows that are not the latest score, and the measure was reading these as 0? If I create a table with the achieved score and the latest score, I only see the rows with the latest score not all the rows with a blank.
Thank you again.
User | Count |
---|---|
77 | |
70 | |
68 | |
53 | |
48 |
User | Count |
---|---|
45 | |
38 | |
35 | |
31 | |
28 |