Forum Discussion
py1029
4 years agoFrequent Visitor
Remove Duplicate using Dax
Hi, I have a slicer which I can select the plant name. For instance, when I select one of the plant name (Bukit Jalil), it has the following outcome. When I select another plant name (Ampa...
- 4 years ago
Please add an index column in query editor then create measure like below and apply it to visual level filter:
Measure = RANKX(ALLSELECTED('Table'[Plant Name]),CALCULATE(MAX('Table'[Index])))
V-lianl-msft
4 years agoCommunity Support
Please add an index column in query editor then create measure like below and apply it to visual level filter:
Measure = RANKX(ALLSELECTED('Table'[Plant Name]),CALCULATE(MAX('Table'[Index])))