Forum Discussion
f1254lipm
3 years agoFrequent Visitor
Adding a Measure to table shows all rows
Hi, I have created a simple RANKX measure to rank comments based on their date: RANKX( ALLSELECTED(Comments[Comment]), CALCULATE(MIN(Comments[UpdatedOn])),,ASC)) and when I added this measu...