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
joshua1990
Post Prodigy
Post Prodigy

CALCULATE MAX and exclude specific rows

Hi all!

I have a table that has multiple entries / rows for each article.

Now I would like to get the max value out of a specific column with filtering out specific rows where in a different column specific keys are stored.

Something like this:

CALCULATE(MAX(Table[Value]), WHERE In Column Table[Key]  NOT 'A', 'B' etc.

 

How would you do that in here?

1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

=MAXX(FILTER(Table,NOT(Table[Key] IN {"A","B"})),Table[Value])

View solution in original post

2 REPLIES 2
wdx223_Daniel
Super User
Super User

=MAXX(FILTER(Table,NOT(Table[Key] IN {"A","B"})),Table[Value])

@wdx223_Daniel : Thanks a lot! Would you still use this if the table has 5MM rows?

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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