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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
marijane
Helper I
Helper I

Sum only once per distinct id

Hi everyone,

 

I want to sum hours only once per id using dax.
For example, in this table above the expected result of the measure will be 89 : 27(id1) + 30(id2) +30(id3) + 2(id4)
The summarize function with sumx should be avoided because my original table has much more than one million rows and I think will be very slow with this approach.

Can you help?
Thank you very much for your time.

idhours
127
230
230
330
330
330
330
42
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@marijane , summarize or values are the options you can use

Try values with sumx

 

sumx(Values(Table[ID]), calculate(max(Table[Hour])))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@marijane , summarize or values are the options you can use

Try values with sumx

 

sumx(Values(Table[ID]), calculate(max(Table[Hour])))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

i love you.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.