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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.