Forum Discussion
matze
7 years agoFrequent Visitor
Summarize on column depending on another
Hello everybody, I have the following problem and it would be great if some of you could help me with it. I would like to summarize the time depending on the status, so that only distinct status...
- 7 years ago
Hi matze,
The data has an order implicitly. So we can add an index. Please download the demo from the attachment.
1. Add an index in the Query Editor. There are some steps. You can double-click the steps to see details.
2. Create a column.
Time Group = CALCULATE ( MAX ( Table1[Time] ), ALLEXCEPT ( Table1, Table1[Index] ) )
Best Regards,
Dale
v-jiascu-msft
7 years agoMicrosoft Employee
Hi matze,
The data has an order implicitly. So we can add an index. Please download the demo from the attachment.
1. Add an index in the Query Editor. There are some steps. You can double-click the steps to see details.
2. Create a column.
Time Group = CALCULATE ( MAX ( Table1[Time] ), ALLEXCEPT ( Table1, Table1[Index] ) )
Best Regards,
Dale