Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
107 | |
68 | |
48 | |
44 | |
43 |