Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Everyone,
Need your help on this. I'm trying to compare each value and count if it's less than, but it's not giving me the correct count. Any help is much appreciated. I have shared a link for the data.
Here's the data.
Solved! Go to Solution.
hi, @MacyMolly
i think in your code it count blank row also if blank row present in your data
try below measure
hi, @MacyMolly
i think in your code it count blank row also if blank row present in your data
try below measure
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 3 | |
| 2 | |
| 2 |