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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Thanks for the response.
I am however missing still some data.
Machine 1 is in use from 10u00 till 11u30 and from 14u00 till 16u15.
I should get result like this
10u --> 60 min occupied
11u --> 30 min occupied
14u --> 60 min occupied
15u --> 60 min occupied
16u --> 15 min occupied
In your solution I am missing 15u timeslot.
Hi @lammec01 ,
You can split two column with "u", and then pivot them.
Repeat the operation for Column3.
Duplicate it and append them.
Pivot:
You can download my attachment for more details.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.