The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 ),
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |