Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
G_R_S
New Member

Dynamic Ranking that considers a visual filter in its calculation

Hello,

 

We are trying to create a Ranking measure on a date column. We are using the ALLSELECTED function in the measure's calculation as below

RANK = 

MINX (

    FILTER (

        SELECTCOLUMNS (

            ALLSELECTED ( 'Query1' ),

            "index", 'Query1'[Index],

            "rank", RANKX ( ALLSELECTED ( 'Query1' ), 'Query1'[Eff_start_date],, DESC, DENSE )

        ),

        [index] = MAX ( 'Query1'[Index] )

    ),

    [rank]

)

 

On the dashboard we have a date filter which brings in data upto the selected date. In addtion to this, we have created a Flag measure, which changes its value to 'Y' for all the dates less than the selected date in the filter.

 

 

Our requirement is that, we need to filter the table visualization having visual filter Flag as 'Y' and Rank as '1'. We can see the required values in the table visualization when no filter is applied.

 

The issue we are facing is that, although the Rank is displayed as '1' and Flag as 'Y' in the table visualization, when we apply them as visual filters to eliminate the other values, we notice that the Ranking measure is ignoring the Flag filter in its calculation. This is because, the ALLSELECTED function doesn't consider a visual filter in it calculation.

 

Query.png

 

Is there a way in which we can use a measure as a slicer which would also be considered in the Ranking? Any other suggestion is also welcomed

1 REPLY 1
v-yuezhe-msft
Employee
Employee

@G_R_S,

Could you please share raw data of your table and post expected result in table? Also we need to know what formula you use to create the Flag measure.

Regards,
Lydia Zhang

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.