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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
kasiak
Frequent Visitor

How to sum max values in table?

Hi!

I've the following issue:

I have table with such data as: training name, trainer name, traing staring date, length (hours) --> where length is shown as max value (I don't want to sum up per row). However I'd like to calculate the total of max values per trainer, per training name while filtering data. At this moment - when I filter data per trainer name - I can only see the max value in total row 😕

I'd appreciate your help!

Thank you!

KasiaQ_power bi forum.JPG

 

1 ACCEPTED SOLUTION
SpartaBI
Community Champion
Community Champion

@kasiak put this instead of the lengh column you used in the visual:

 

 

Length Measure = 
SUMX(
   SUMMARIZE(
         'Table'[Training Title],
         'Table'[Training Name],
         'Table'[Training Start Date]
   ),
   CALCULATE(MAX('Table'[Length (hours)]
)

 

 

'Table' is the name of your table and  'Table'[Length (hours)] is the name of the column with hours.


2022-05-19 17_30_22-Re_ Need help on DAX function with measure vs colu... - Microsoft Power BI Commu.png

Showcase Report – Contoso By SpartaBI


SpartaBI_3-1652115470761.png   SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Full-Logo11.png

View solution in original post

3 REPLIES 3
kasiak
Frequent Visitor

@SpartaBI thank you very much for your help -> it works! 🙂

SpartaBI
Community Champion
Community Champion

@kasiak my pleasure 🙂
Hey, check out my showcase report:
https://community.powerbi.com/t5/Data-Stories-Gallery/SpartaBI-Feat-Contoso-100K/td-p/2449543
Give it a thumbs up if you liked it 🙂

SpartaBI
Community Champion
Community Champion

@kasiak put this instead of the lengh column you used in the visual:

 

 

Length Measure = 
SUMX(
   SUMMARIZE(
         'Table'[Training Title],
         'Table'[Training Name],
         'Table'[Training Start Date]
   ),
   CALCULATE(MAX('Table'[Length (hours)]
)

 

 

'Table' is the name of your table and  'Table'[Length (hours)] is the name of the column with hours.


2022-05-19 17_30_22-Re_ Need help on DAX function with measure vs colu... - Microsoft Power BI Commu.png

Showcase Report – Contoso By SpartaBI


SpartaBI_3-1652115470761.png   SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Full-Logo11.png

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.