Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
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 information is visible over time with the information about how long this status was active. (See "How it should be...").
Solved! Go to Solution.
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
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
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 20 | |
| 10 | |
| 9 | |
| 8 | |
| 7 |
| User | Count |
|---|---|
| 51 | |
| 42 | |
| 30 | |
| 27 | |
| 25 |