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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Adding Measure Is Duplicating Data

I have a dataset with a list of characteristics for colleges. I am trying to set up a visual that will allow me to filter the dataset based on a few metrics, but my measures are causing the data to look funny. For example, I have a simple table that allows me to toggle between private and public schools and their associated tech ratings.

EDD Pic 1.PNG

 

My issue is when I add the below measure, it doesn't matter which campus type I select, the table always displays all schools.

 

Tech Rating Ranking % = 
VAR _rnk =
    MINX (
        FILTER (
            SELECTCOLUMNS (
                ALLSELECTED ( 'Space Profile EDD' ),
                "Index", 'Space Profile EDD'[School Systems.Campusname],
                "Rank", RANKX ( ALLSELECTED ( 'Space Profile EDD' ), 'Space Profile EDD'[Tech Rating],, DESC, SKIP )
            ),
            [Index] = MAX ( 'Space Profile EDD'[School Systems.Campusname] )
        ),
        [Rank]
    )
VAR _all =
    CALCULATE ( COUNTROWS ( VALUES ( 'Space Profile EDD'[School Systems.Campusname] ) ), ALLSELECTED ( 'Space Profile EDD' ) )
RETURN
    IF ( _all = 1, 1, DIVIDE ( _rnk - 1, _all - 1) )

 

EDD Pic 2.PNG

 

How can I fix this so that I'm able to filter and still have the table include the measure?

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

 

Please check if there's any relationship between slicer and table visual and if interactions between slicer and table visual is active.

Otherwise, please share some sample data or your PBIX to me if you don't have any Confidential Information.

Best Regards,

Jay

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.