You have a Fabric workspace that contains an eventstream named EventStreaml. EventStreaml
outputs events to a table named Tablel in a lakehouse. The streaming data is souiced from motorway
sensors and represents the speed of cars.
You need to add a transformation to EventStream1 to average the car speeds. The speeds must be
grouped by non-overlapping and contiguous time intervals of one minute. Each event must belong to
exactly one window.
Which windowing function should you use?