분류 전체보기 45

How to Build an Automated Meal Plan and Recipe Report with Power Query and Python

Managing meal plans manually can be time-consuming, especially when ingredient quantities must be adjusted based on the number of people. In this example, Power Query and Python work together to automate the entire process. Power Query automatically: - Merges meal plans with recipe data - Calculates ingredient quantities - Adjusts quantities by person count - Creates a clean meal planning datase..

How to Filter Expense Report Details with Power Query and XLOOKUP

In Excel expense reports, card usage data is often stored in a separate table. When preparing an expense report, we usually need to bring only the transactions that match a selected date and management number. In this example, XLOOKUP is used to bring key report information, while Power Query filters the related card usage records automatically. Power Query checks: - Report Date - Management Num..

How to Calculate Weekday and Holiday Workdays Automatically with Power Query

Tracking employee workdays can be difficult when working hours are recorded across multiple day columns. In many attendance sheets, employees are listed in rows while daily work hours are stored horizontally. In this example, Power Query automatically: - Converts daily work hours into a structured table - Identifies weekdays and holidays - Applies custom workday rules - Counts qualifying weekday..

How to Calculate Fees Automatically by Grade and Amount Range with Power Query

Many pricing tables use both grade levels and amount ranges to determine fees. For example, the fee may vary depending on: - Customer Grade - Contract Amount - Loan Amount - Sales Amount - Property Value In this example, Power Query automatically finds the correct fee by comparing the selected Grade and Base Amount against a predefined fee table. The result updates automatically whenever the inp..

How to Consolidate Multiple Product Tables and Create Buyer Rankings with Power Query

Many Excel reports store product sales data in separate sections across a worksheet. For example, each product may have its own Buyer, Quantity, and Amount columns. While this layout is easy to read, it is difficult to analyze and summarize. In this example, Power Query automatically: - Extracts multiple product sections - Standardizes column names - Combines all product tables - Removes blank r..

How to Transform Monthly Excel Reports into a Dynamic Pivot Table with Power Query

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..

How to Clean Multi-Month Excel Data with Power Query and Create a Pivot Table

In Excel, monthly purchase data is often stored in a messy report format. For example, month names such as Jan, Feb, and Mar may appear as section headers, while supplier and purchase information are listed underneath. This structure is difficult to analyze directly with Pivot Tables. In this example, Power Query automatically cleans the report by: - Detecting month header rows - Filling month v..

Power Query Conditional Ranking | Rank Only Selected Rows with Tie-Break Logic (Score + Count)

In many Excel scenarios, you may need to rank only specific rows based on a condition. This becomes more complex when duplicate scores exist and additional tie-break rules are required. In this tutorial, you will learn how to rank only selected records using Power Query. Tie-breaking is handled automatically using a secondary column such as count. The ranking updates dynamically whenever the dat..