Excel: Business Intelligence - Power Pivot and Power Query

Notice: No webinar is currently available in this series.

This webinar is not currently available, new dates coming soon.

Frequently Asked Questions

Power Pivot is an Excel add-in that creates an in-memory data model capable of handling millions of rows from multiple tables—far beyond the limits of regular PivotTables, which work with a single flat table. Unlike standard PivotTables, Power Pivot allows you to define relationships between tables (like a database), eliminating the need to VLOOKUP data together before analysis. You build these relationships in the Diagram View of the Power Pivot window. Calculations in Power Pivot use DAX (Data Analysis Expressions), a formula language more powerful than standard Excel formulas—enabling calculated columns, measures, and time intelligence functions like year-over-year comparisons. PivotTables built from a Power Pivot data model can cross-reference any related table, pulling revenue, customer, and product data together with no helper columns. Power Pivot is ideal for complex business intelligence scenarios involving multiple data sources. In Microsoft 365, Power Pivot is available as an add-in under File > Options > Add-Ins. Aurora Training Advantage's Excel: Business Intelligence - Power Pivot and Power Query webinar teaches how to build and leverage the Power Pivot data model for enterprise-grade reporting.
Power Query and Power Pivot serve distinct but complementary roles in Excel's business intelligence toolkit. Power Query (Data > Get Data) handles the Extract, Transform, Load (ETL) phase—connecting to data sources, cleaning and shaping data, and loading it into Excel or directly into the Power Pivot data model. It handles messy real-world data: removing blank rows, standardizing text case, splitting columns, appending multiple files, and unpivoting column-based layouts into row-based formats. Power Pivot then takes the clean, loaded data and creates a relational data model with calculated measures for analysis. A typical workflow: Power Query imports and cleans sales data from a CSV and customer data from a database, loading both into the data model; Power Pivot defines the relationship between them; a PivotTable then analyzes sales by customer segment without any manual VLOOKUP work. Refreshing updates both the Power Query transformations and the Power Pivot model simultaneously. This combination is the foundation of scalable, maintainable Excel business intelligence. Aurora Training Advantage's Excel: Business Intelligence - Power Pivot and Power Query webinar covers this complete BI workflow.
DAX (Data Analysis Expressions) is the formula language used in Power Pivot, Power BI, and Analysis Services to create calculated columns and measures within data models. Unlike standard Excel formulas that operate on individual cells, DAX functions evaluate entire columns and tables, making them suitable for large datasets. A DAX measure is a dynamic calculation that responds to the current filter context of a PivotTable—for example, a Total Sales measure sums only the sales visible given the current row, column, and slicer selections. Simple DAX measures use familiar functions like SUM, AVERAGE, and COUNT, but with table-column syntax: =SUM(Sales[Amount]). More advanced DAX includes CALCULATE (which modifies filter context), time intelligence functions like SAMEPERIODLASTYEAR for year-over-year comparisons, and RELATED for pulling values from related tables. Calculated columns add permanent new columns to a table using row-by-row DAX formulas. DAX measures are defined in the calculation area of the Power Pivot window and are reusable across multiple PivotTables. Aurora Training Advantage's Excel: Business Intelligence - Power Pivot and Power Query webinar introduces DAX as part of building a complete BI solution.
Creating relationships in Power Pivot's data model is the key step that allows PivotTables to pull data from multiple tables simultaneously—just as a relational database does. To create a relationship, open the Power Pivot window (Power Pivot > Manage), click Diagram View, and drag a column from one table to the matching column in another. For example, dragging the CustomerID column from the Sales table to the CustomerID column in the Customers table creates a one-to-many relationship. Relationships require a common key column in both tables (analogous to a primary key and foreign key in a database), and the related column in the lookup table must contain unique values. Once relationships are defined, PivotTables can include fields from any related table without VLOOKUP formulas. Excel can sometimes detect and create relationships automatically when building a PivotTable from multiple tables. Relationship direction affects which table can filter the other, which matters for DAX calculations. Aurora Training Advantage's Excel: Business Intelligence - Power Pivot and Power Query webinar demonstrates data model relationship setup as a foundational business intelligence skill.
Power Query's ability to connect to a wide variety of data sources is one of its most powerful features for business intelligence work. Under Data > Get Data, Excel users can connect to file-based sources including Excel workbooks, CSV and text files, XML, JSON, PDF files, and folders of files (to consolidate multiple files at once). Database connections include SQL Server, Access, Oracle, MySQL, and other ODBC-compatible databases. Online services include SharePoint lists, Microsoft Dataverse, web pages (by scraping HTML tables), OData feeds, and various cloud platforms. Excel Online tables and named ranges can also serve as sources. For each connection, Power Query creates a query that remembers the source, transformation steps, and output destination—refreshing updates all steps against fresh source data. This eliminates the need for manual imports or copy-paste workflows from external systems. The ability to combine and append data from multiple sources of different types into a single, clean, analysis-ready table makes Power Query the backbone of scalable Excel BI solutions. Aurora Training Advantage's Excel: Business Intelligence - Power Pivot and Power Query webinar covers key data source connection types.