Generators and EACH; Explored Through an Example

Please sign up for the course before starting the lesson.

Generators create lists, and leveraging EACH singleton function besides a generator enables us to loop through the list and do data transformation per each item in the list. This method is a good way of implementing loop structure in Power Query. You will learn through an example of custom function how generators and EACH function used.

Back to: Power BI Essentials > Power Query for Data Transformation