Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.