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
AnthonyXelya
Helper II
Helper II

DistinctCount with condition, 2nd version!

I also have a question with DistinctCount : I have a table with downtimes impacting several customers, I would like to have the sum of downtimes durations regardless of how many customers they impact :

For example : 

AnthonyXelya_0-1614073154006.png

I would like to have 70 here : 10 + 15 + 45

and not 90 (the sum of every lines) or 18 (90/5).

How can I have that with a measure?

Thank you!

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@AnthonyXelya , Try measure in one of the two ways

 

sumx(summarize(Table, Table[downtimeID], Table[downtimeDuration]),[downtimeDuration])

 

or

 

sumx(summarize(Table, Table[downtimeID], "_1", max(Table[downtimeDuration])),[_1])

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

jameszhang0805
Resolver IV
Resolver IV

Is this OK?

jameszhang0805_0-1614074155213.png

or 

jameszhang0805_0-1614074513762.png

 

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@AnthonyXelya , Try measure in one of the two ways

 

sumx(summarize(Table, Table[downtimeID], Table[downtimeDuration]),[downtimeDuration])

 

or

 

sumx(summarize(Table, Table[downtimeID], "_1", max(Table[downtimeDuration])),[_1])

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
jameszhang0805
Resolver IV
Resolver IV

Is this OK?

jameszhang0805_0-1614074155213.png

or 

jameszhang0805_0-1614074513762.png

 

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

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!

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.

Users online (25)