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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Idigorasu
Frequent Visitor

Ingore specific values on measure

Hi,

 

I have a list of names taken from a SharePoint list.

  • Laura
  • Ana
  • Mark
  • John

I want to somehow (I'm guessing using a measure), ignore a specific value, for example Mark, so the list will be:

  • Laura
  • Ana
  • John

I'm sure it's easy to do, but I'm new to Power BI and I can't seem to find the answer.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Edit query -> Click on this colummn -> uncheck the check box before required name.

 

another way is

 

new measure= if(max(table[Name])="Mark",1,0)

add this measure to visual level filter and set it to 1.

 

Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar

If I resolve your problem Mark it as a solution and give kudos.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Edit query -> Click on this colummn -> uncheck the check box before required name.

 

another way is

 

new measure= if(max(table[Name])="Mark",1,0)

add this measure to visual level filter and set it to 1.

 

Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar

If I resolve your problem Mark it as a solution and give kudos.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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