Forum Discussion
JoanElGran1899
4 years agoFrequent Visitor
Sum Total Data Diff with one min(data created) and other max(data) about diferent tables
Hi everyone, May I ask for some help with an issue me and my team are facing. We are trying to sum the time our team spent doing invoices. So we are taking from 'Dim Invoice' (table) the doc ...
- 4 years ago
JoanElGran1899 , Try like
Sumx(addcolumns(summarize( 'Dim Invoice, 'Dim Invoice[Document no], 'Dim Invoice'[Created by]) , "_1", [Date diff invoice minute] ) , [_1] )
amitchandak
Super User
4 years agoJoanElGran1899 , Try like
Sumx(addcolumns(summarize( 'Dim Invoice, 'Dim Invoice[Document no], 'Dim Invoice'[Created by]) , "_1", [Date diff invoice minute] ) , [_1] )
- JoanElGran18994 years agoFrequent Visitor
Yess it works! By the way I want to ask you one more question,
I need only to sum the time in the same day of the 'Data created'
For exemple the last line i don't want to sum it.
Thank you