Forum Discussion
Romani
Helper II
2 years agoTOP Achiever Analysis
I have an issue I couldn't solve because I have negative values in my data, and the DAX below cannot rank it. For example, when ranking the ROS KPI and choosing the top 5, it shows only 4. I don't kn...
Romani
Helper II
2 years agoWell received.
However, the ranking slicer is not affecting the visual as expected. The client has multiple ROS values spanning two or three years, and I also have a slicer for the year.
When I apply your solution, it displays all the clients regardless of selecting the top 3, 5, or 10. Additionally, when I choose a specific year, the output disappears.
- BeaBF2 years ago
Super User
Romani ok, so modify your calculated column as:
ROS Rank_year =VAR CurrentYear = 'Credit Benchmarking'[Year]RETURNRANKX(FILTER(ALL('Credit Benchmarking'),'Credit Benchmarking'[Year] = CurrentYear),'Credit Benchmarking'[ROS.3],,DESC,Dense)
than substitute this in the tooltip and also in the Flag_TOP measure.BBF- BeaBF2 years ago
Super User
- Romani2 years ago
Helper II
I want to create a report where users can use slicers to select between different categories, industries, or sub-industries. Based on their selection, the report should display the top achievers for the chosen category, industry, or sub-industry, for a specific year or across two years. And in the above Pic these are the KPIs