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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Fabio
Regular Visitor

SUM of hours based on distinct values in another column

 Hello, 

 

I have the table below and I´m Trying to construct a DAX formula to calculate the total of Killometers traveled and the total of hours worked from distinct ID´s, I was able to do it on the Killometers column using 2 measures

1: Kmrodados_1 = MAXX(DISTINCT(Registros[ID Viagem]);MAX(Registros[Km Rodados]))

2: Kmrodados_2 = SUMX(DISTINCT(Registros[ID Viagem]);[Kmrodados_1])

But when I tried the same formula in the period column I can have the total if I split in months for example, but I can´t get the total of everything.

 

aaaaa.JPG

 aaaaaaaaa.JPG

Thanks in advace,

 

Fábio

2 REPLIES 2
v-shex-msft
Community Support
Community Support

Hi @Fabio,

 

Current power bi not support to use math functions calculate on date/time type, maybe you can consider to convert time type as total seconds to calculate total time.

 

Regards,

Xiaxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Fabio
Regular Visitor

Can anyone help me with that? 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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