Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
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
Vote for your favorite vizzies from the Power BI World Championship submissions!
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 |
|---|---|
| 22 | |
| 11 | |
| 10 | |
| 9 | |
| 9 |
| User | Count |
|---|---|
| 54 | |
| 38 | |
| 36 | |
| 25 | |
| 25 |