This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello
I have a table with time stamps and values of load. Target is calculate load RMS values with some formula. for
Difficulty is..
I need to apply the calculation for every 10 minutes, 1hour of 24 hours to the time selected by slicer. for example
time stamp Value
10:00:00 100%
10:01:00 120%
10:02:00 80%
10:04:00 110%
10:05:00 70%
10:08:00 20%
10:10:00 100% >> Time from 10:00:00 to 10:10:00 is >= 10 min, then apply caclulation for the time, then next..
I would appreciate for any ideas, currently I may do that(partly) only in excel using new columns with various conditions, but the imput data is so big that exel is not able to handle complete data.
Solved! Go to Solution.
In this scenario, I suggest you add a column to group minute part of the time into 6 "buckets" in each hour.
Minute Group = ROUNDDOWN(MINUTE('Table'[Time])/10,0)
Then you can use ALLEXCEPT() function to have your calculation group on each "bucket".
Regards,
In this scenario, I suggest you add a column to group minute part of the time into 6 "buckets" in each hour.
Minute Group = ROUNDDOWN(MINUTE('Table'[Time])/10,0)
Then you can use ALLEXCEPT() function to have your calculation group on each "bucket".
Regards,
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 25 | |
| 25 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 50 | |
| 44 | |
| 20 | |
| 18 | |
| 18 |