Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
142 | |
80 | |
64 | |
52 | |
48 |
User | Count |
---|---|
212 | |
89 | |
79 | |
68 | |
60 |