Many Excel reports contain monthly sections such as Jan, Feb, and Mar mixed together in a single worksheet. This type of structure is difficult to analyze because the data is not arranged in a proper table format. In this example, Power Query automatically: - Detects month header rows - Fills month values downward - Cleans supplier data - Unpivots the report structure - Combines month and attrib..