I’m trying to display only the initiative with the highest value of a custom measure called “No Tri” (which uses [Measures].[issues created], [Fix Version].[T3.25]) for each Team.
The report rows are structured as Team > Issue.
I tried using Rank, Max, and Generate + Head, following this post:
But none of the solutions worked — the measure returns empty values.
How can I show only the top initiative (by “No Tri”) per team (The issues with red line)?