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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
lawadaa
Helper I
Helper I

create a measur with a filter ignoring filter on the page level

i have created a measure that calculates a oercentage with a filter. i have the same filter in my table visual but i want to ignore the filter that is in the visual and apply the filter in the measure.

 

example:

accessories achievement = calculate(achievement * .1 , category[type]= accessories, all(category[type))

 

my table visual should show the below

categorytypecore achievement accessories achievement
gross aadcore948
renewalcore907

 

 note: there's a filter on page level for the column type=core. i want to show accessories achievemnet with type= accessories ignoring this page level filter= core.

 

currently with the measure i created above, accessories achievement is showing blank.

3 REPLIES 3
tamerj1
Super User
Super User

Hi @lawadaa 
Assuming "Accessories" type do exist in the specified categories, please try 

Accessories Achievement =
CALCULATE (
    [Achievement] * 0.1,
    ALL ( Category ),
    VALUES ( Category[Category] ),
    Category[type] = "Accessories"
)

 

ChiragGarg2512
Super User
Super User

Interactions can be edited between the filter that is in the visual and the measure table.

 

the filter is in the filter pane and not in the page. interaction cant be applied as the filter is on the same column it's just that i want to filter the value in the column

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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