Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, I have created a simple RANKX measure to rank comments based on their date:
and when I added this measure to a table or matrix with comments on rows, all comments in the Comments table appeared regardless of applied slicers. Is there a way to fix this?
Thanks,
Filip
Solved! Go to Solution.
Hi @f1254lipm
please try
IF (
NOT ISEMPTY ( Comments ),
Hi @tamerj1, thank you so much! It works. The rows are now filtered correctly and the measure returns the correct rank.
Hi @f1254lipm
please try
IF (
NOT ISEMPTY ( Comments ),
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 10 | |
| 7 | |
| 6 |