EPC Group - Enterprise Microsoft AI, SharePoint, Power BI, and Azure Consulting
G2 High Performer Summer 2025, Momentum Leader Spring 2025, Leader Winter 2025, Leader Spring 2026
BlogContact
Ready to transform your Microsoft environment?Get started today
(888) 381-9725Get Free Consultation
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌

EPC Group

Enterprise Microsoft consulting with 29 years serving Fortune 500 companies.

(888) 381-9725
contact@epcgroup.net
4900 Woodway Drive, Suite 830
Houston, TX 77056

Follow Us

Solutions

  • M&A Practices

    • M&A Tenant Migration
    • Carve-Out Migration
    • Private Equity Practice
    • Engagement Operating Model
  • All Services
  • Microsoft 365 Consulting
  • AI Governance
  • Azure AI Consulting
  • Cloud Migration
  • Microsoft Copilot
  • Data Governance
  • Microsoft Fabric
  • Dynamics 365
  • Power BI Consulting
  • SharePoint Consulting
  • Microsoft Teams
  • vCIO / vCAIO Services
  • Large-Scale Migrations
  • SharePoint Development

Industries

  • All Industries
  • Healthcare IT
  • Financial Services
  • Government
  • Education
  • Teams vs Slack

Power BI

  • Case Studies
  • 24/7 Emergency Support
  • Dashboard Guide
  • Gateway Setup
  • Premium Features
  • Lookup Functions
  • Power Pivot vs BI
  • Treemaps Guide
  • Dataverse
  • Power BI Consulting

Company

  • About Us
  • Our History
  • Microsoft Gold Partner
  • Case Studies
  • Testimonials
  • Fixed-Fee Accelerators
  • Blog
  • Resources
  • All Guides & Articles
  • Video Library
  • Client Reviews
  • Engagement Operating Model
  • FAQ
  • Contact
  • Schedule a consultation

Microsoft Teams

  • Teams Questions
  • Teams Healthcare
  • Task Management
  • PSTN Calling
  • Enable Dial Pad

Azure & SharePoint

  • Azure Databricks
  • Azure DevOps
  • Azure Synapse
  • SharePoint MySites
  • SharePoint ECM
  • SharePoint vs M-Files

Comparisons

  • M365 vs Google
  • Databricks vs Dataproc
  • Dynamics vs SAP
  • Intune vs SCCM
  • Power BI vs MicroStrategy

Legal

  • Sitemap
  • Privacy Policy
  • Terms
  • Cookies

About EPC Group

EPC Group is a Microsoft consulting firm founded in 1997 (originally Enterprise Project Consulting, renamed EPC Group in 2005). 29 years of enterprise Microsoft consulting experience. EPC Group historically held the distinction of being the oldest continuous Microsoft Gold Partner in North America from 2016 until the program's retirement. Because Microsoft officially deprecated the Gold/Silver tiering framework, EPC Group transitioned to the modern Microsoft Solutions Partner ecosystem and currently holds the core Microsoft Solutions Partner designations.

Headquartered at 4900 Woodway Drive, Suite 830, Houston, TX 77056. Public clients include NASA, FBI, Federal Reserve, Pentagon, United Airlines, PepsiCo, Nike, and Northrop Grumman. 6,500+ SharePoint implementations, 1,500+ Power BI deployments, 500+ Microsoft Fabric implementations, 70+ Fortune 500 organizations served, 11,000+ enterprise engagements, 200+ Microsoft Power BI and Microsoft 365 consultants on staff.

About Errin O'Connor

Errin O'Connor is the Founder, CEO, and Chief AI Architect of EPC Group. Microsoft MVP multiple years, first awarded 2003. 4× Microsoft Press bestselling author of Windows SharePoint Services 3.0 Inside Out (MS Press 2007), Microsoft SharePoint Foundation 2010 Inside Out (MS Press 2011), SharePoint 2013 Field Guide (Sams/Pearson 2014), and Microsoft Power BI Dashboards Step by Step (MS Press 2018).

Original SharePoint Beta Team member (Project Tahoe). Original Power BI Beta Team member (Project Crescent). FedRAMP framework contributor. Worked with U.S. CIO Vivek Kundra on the Obama administration's 25-Point Plan to reform federal IT, and with NASA CIO Chris Kemp as Lead Architect on the NASA Nebula Cloud project. Speaker at Microsoft Ignite, SharePoint Conference, KMWorld, and DATAVERSITY.

© 2026 EPC Group. All rights reserved. Microsoft, SharePoint, Power BI, Azure, Microsoft 365, Microsoft Copilot, Microsoft Fabric, and Microsoft Dynamics 365 are trademarks of the Microsoft group of companies.

Back to Blog

How to Use Power Query in Excel for Business Intelligence

Errin O\'Connor
December 2025
8 min read

Power Query is Excel's built-in ETL (Extract, Transform, Load) engine that transforms how business users work with data. Available in Excel 2016 and later as "Get & Transform Data," Power Query enables you to connect to virtually any data source, clean and reshape data without formulas, and create repeatable data preparation workflows that refresh with a single click. At EPC Group, we train enterprise teams to leverage Power Query as the foundation of self-service business intelligence, bridging the gap between raw data and actionable insights.

What Is Power Query and Why It Matters for BI

Power Query addresses the single biggest time sink in business intelligence: data preparation. Industry research consistently shows that analysts spend 60-80% of their time cleaning, transforming, and combining data before they can begin analysis. Power Query automates this entire process, recording every transformation step as a repeatable recipe that can be refreshed whenever source data changes.

Before Power Query, Excel users relied on VLOOKUP, INDEX/MATCH, and manual copy-paste operations to combine data from multiple sources. These approaches are error-prone, impossible to audit, and break when data structures change. Power Query replaces all of this with a visual, step-by-step transformation editor that produces clean, consistent output every time. The same Power Query engine powers Power BI Desktop, meaning skills transfer directly between Excel and Power BI.

Power Query connects to over 100 data sources including SQL Server, Oracle, MySQL, PostgreSQL, SharePoint, Salesforce, web APIs, JSON files, XML, PDF tables, and even folder-based file consolidation. This connectivity eliminates the need for manual data export/import workflows that plague many organizations. Our consultants have seen teams save 20+ hours per week by replacing manual data gathering with automated Power Query connections.

Getting Started: The Power Query Editor

Access Power Query in Excel through the Data tab by clicking "Get Data" and selecting your data source. Once connected, the Power Query Editor opens, providing a visual interface for data transformation. The editor has four key areas:

  • Preview pane - Shows a preview of your data after each transformation step. This live preview lets you immediately see the effect of every change.
  • Applied Steps pane - Lists every transformation step in order. You can click any step to see the data at that point in the process, reorder steps, delete steps, or insert new steps between existing ones.
  • Ribbon - Contains transformation commands organized into tabs: Home, Transform, Add Column, and View. Most transformations are available as point-and-click operations.
  • Formula bar - Displays the M language formula for the currently selected step. You can edit formulas directly for advanced transformations.

The transformation workflow follows a logical sequence: connect to data, remove unnecessary columns, filter rows, change data types, split or merge columns, pivot or unpivot data, add calculated columns, and merge or append multiple tables. Each operation is recorded as a named step that can be reviewed, modified, or documented for governance purposes.

Essential Power Query Transformations for BI

Certain transformations are used in virtually every BI project. Mastering these core operations covers 90% of data preparation scenarios:

Remove Columns and Filter Rows. Start by removing columns you do not need and filtering out irrelevant rows. This reduces data volume and improves performance. Right-click a column header to remove it, or use the filter dropdown to exclude specific values, date ranges, or null rows.

Change Data Types. Correct data types are essential for accurate analysis. Click the data type icon next to each column header to change it (Text, Number, Date, True/False, etc.). Mistyped columns cause calculation errors, sorting problems, and relationship failures when loading to PivotTables or the data model.

Merge Queries (JOIN). Merge combines two tables based on matching columns, equivalent to a SQL JOIN. Select "Merge Queries" from the Home tab, choose the matching columns from each table, select the join type (Left Outer, Inner, Full Outer, etc.), and expand the resulting columns. This replaces VLOOKUP entirely and handles many-to-many relationships that VLOOKUP cannot.

Append Queries (UNION). Append stacks rows from multiple tables on top of each other, equivalent to a SQL UNION. This is ideal for consolidating monthly files, regional reports, or data from multiple systems with the same structure. Combined with the "From Folder" connector, you can automatically consolidate all files in a directory into a single table.

Unpivot Columns. Many business reports come in a cross-tab format (months as columns, products as rows). Unpivoting transforms these wide tables into a normalized format that PivotTables and charts require. Select the columns to unpivot, right-click, and choose "Unpivot Columns." This single operation replaces hours of manual data restructuring.

The M Language: Power Query Under the Hood

Every Power Query transformation generates M language code behind the scenes. M (officially called the Power Query Formula Language) is a functional language that describes the data transformation pipeline. While most transformations can be performed through the point-and-click interface, understanding M unlocks advanced capabilities:

  • Custom columns with conditional logic - Write M expressions that combine if/then/else logic with text functions, date calculations, and type conversions for transformations that the UI does not directly support.
  • Dynamic data source references - Use parameters in M code to make data source connections dynamic, allowing the same query to connect to different servers, databases, or file paths based on configuration.
  • Error handling - Add try/otherwise expressions to handle data quality issues gracefully, replacing errors with default values or null instead of failing the entire query.
  • Custom functions - Create reusable M functions that can be applied to multiple queries, reducing code duplication and ensuring consistent transformation logic across the workbook.

You do not need to become an M expert to use Power Query effectively, but knowing how to read and make minor edits to M code significantly extends your capabilities. Our training programs cover M fundamentals including the let/in structure, each expressions, and the most common M functions for text, date, and number manipulation.

Building a Self-Service BI Solution in Excel

Power Query is most powerful when combined with Excel's other BI features to create a complete self-service analytics solution:

Power Query + Data Model + PivotTables. Load Power Query output to the Excel Data Model (an in-memory analytical engine powered by the same Vertipaq technology as Power BI). Define relationships between tables in the Data Model, then build PivotTables that span multiple tables without VLOOKUP. This creates a mini data warehouse within Excel that handles millions of rows efficiently.

Power Query + DAX Measures. Add DAX measures to your Data Model for calculations that PivotTable formulas cannot express, such as time intelligence (year-over-year growth, running totals), ratios, and conditional aggregations. DAX measures in Excel use the same syntax as Power BI, making skill transfer seamless.

Scheduled Refresh. When your Excel workbook is stored in OneDrive for Business or SharePoint, Power Query connections can be configured to refresh automatically on a schedule. This transforms a static spreadsheet into a live BI report that updates itself. Combined with Excel's sharing and collaboration features, this creates an accessible BI platform for teams not yet ready for Power BI.

Why Choose EPC Group for Power Query and Excel BI

With 29 years of enterprise Microsoft consulting experience, EPC Group helps organizations build self-service BI solutions that scale from Excel to Power BI. Our consultants understand that many organizations start their BI journey in Excel because it is familiar, ubiquitous, and requires no additional licensing. We meet teams where they are and build a migration path that grows with their analytics maturity.

Our Power Query training programs are hands-on and use real organizational data, not generic samples. Participants leave with working queries connected to their actual data sources, performing the transformations their jobs require. This immediate applicability drives adoption in ways that abstract training cannot. As a former Microsoft Gold Partner (2016 to program retirement, the oldest in North America) and current Microsoft Solutions Partner, we bring best practices from hundreds of enterprise deployments to every engagement.

Ready to Transform Your Data Preparation Process?

Contact EPC Group to learn how Power Query can eliminate hours of manual data preparation in your organization. We provide hands-on training, custom solution development, and strategic guidance for building self-service BI capabilities.

Schedule a ConsultationCall (888) 381-9725

Frequently Asked Questions

Is Power Query included with all versions of Excel?

Power Query is built into Excel 2016, 2019, 2021, and Microsoft 365 for Windows. In Excel 2010 and 2013, it was available as a free add-in download. On Mac, Power Query has limited functionality (you can refresh existing queries but cannot create or edit them). For full Power Query capabilities, Windows-based Excel is required. The same Power Query engine also powers Power BI Desktop, where it is called "Get Data."

How does Power Query compare to VLOOKUP and INDEX/MATCH?

Power Query's Merge Queries function replaces VLOOKUP entirely and offers significant advantages: it handles one-to-many and many-to-many relationships, supports multiple join types (Left, Right, Inner, Full, Anti), works with tables of any size without performance degradation, and produces results that refresh automatically. Unlike VLOOKUP, Power Query merges do not break when rows are inserted or deleted in the source data.

Can Power Query handle millions of rows in Excel?

Yes, when you load Power Query results to the Data Model instead of directly to a worksheet. Worksheets are limited to about 1.05 million rows, but the Data Model can handle tens of millions of rows depending on available memory. Use PivotTables connected to the Data Model to analyze large datasets. For datasets exceeding what Excel can handle, Power BI Desktop is the natural upgrade path with the same Power Query and DAX capabilities.

Should I learn Power Query or jump straight to Power BI?

Power Query skills transfer directly to Power BI because both use the same engine. Learning Power Query in Excel first is often the best approach because Excel is familiar and low-risk. Once you master data transformation in Power Query, transitioning to Power BI adds visualization and sharing capabilities on top of the same foundation. EPC Group recommends this gradual migration path for teams building analytics capabilities incrementally.

Can Power Query connect to cloud data sources?

Absolutely. Power Query connects to SharePoint Online lists, OneDrive files, Azure SQL Database, Azure Blob Storage, Salesforce, Dynamics 365, Google Sheets (via OData), REST APIs, and many more cloud sources. For sources behind authentication, Power Query supports organizational accounts (Azure AD), API keys, and OAuth. The "From Web" connector can also scrape data from public websites and APIs.

Microsoft Strategy: 2026 Considerations for How To Use Power Query In Excel For Business Intelligence

EPC Group 29-year Microsoft consulting heritage matters specifically because Microsoft platform decisions today are layered on top of 25 years of architectural choices: Active Directory schema decisions from 2005 affect Microsoft Entra ID Conditional Access policy design in 2026; SharePoint 2003 information architecture decisions affect Copilot grounding quality in 2026. The firms that can navigate that depth (fewer than a dozen Microsoft Solutions Partners in North America) have a structural advantage on enterprise Microsoft migrations.

Microsoft Solutions Partner status (six designations: Data and AI, Modern Work, Infrastructure, Security, Digital and App Innovation, Business Applications) replaced the legacy Microsoft Gold Partner program in 2022. EPC Group held Gold Partner status from 2003 to 2022 (the oldest continuous Gold Partner in North America) and currently holds all six Solutions Partner designations; a credentialing footprint shared by fewer than 50 firms globally and typically used by Microsoft field teams as a vetting gate for enterprise Customer 0 nominations and named-account engagements.

Decision factors EPC Group evaluates

  • Compliance and governance posture review
  • Enterprise architecture roadmap
  • Cost optimization and licensing audit
  • Microsoft platform capability assessment
  • Vendor consolidation analysis

See related EPC Group services at /services or schedule a discovery call at /contact.

Enterprise How to Use Power Query in Excel for Business Intelligence from EPC Group

This How to Use Power Query in Excel for Business Intelligence explainer is part of EPC Group's practitioner library. The audience is enterprise IT, compliance, and architecture leaders evaluating Microsoft technology choices for Fortune 500 and regulated-industry environments. Content reflects real production experience, not vendor marketing.

EPC Group ships How to Use Power Query in Excel for Business Intelligence as part of broader Microsoft 365, SharePoint, Power BI, Azure, and Microsoft Copilot engagements. The decision criteria, deployment patterns, and governance considerations covered here come directly from senior architect playbooks honed across 11,000-plus enterprise engagements.

Manufacturing and energy

For multi-plant manufacturers and energy operators, EPC Group integrates Microsoft 365 with operational technology, protects intellectual property through Purview labels and Endpoint DLP, and provisions frontline workers with F1 and F3 licensing patterns. Multi-region rollouts include data residency planning and offline-capable Power Platform apps for shop-floor environments.

How EPC Group engages

Six-phase methodology applied to every engagement, compressed for fixed-fee accelerators and extended for full programs.

  1. Discovery — two-week assessment of the current estate, gap analysis, risk register, target architecture, costed remediation roadmap.
  2. Design — senior architect produces the target topology, identity framework, Conditional Access, Purview, governance model, and security posture, reviewed by client leads.
  3. Pilot — 25 to 100 user pilot in a real business unit. Migrate, apply baselines, test integrations, capture feedback.
  4. Wave rollout — migrate in waves of 500 to 2,500 users with communications, training, hypercare, and a per-wave retrospective.
  5. Adoption — role-based training, Champions network, executive sponsor enablement, metrics tracked against a measured baseline.
  6. Operate — optional managed-services retainer for license optimization, governance reviews, security monitoring, and quarterly business reviews.

Microsoft-only since 1997

29 years of Microsoft-exclusive consulting. Microsoft Solutions Partner with core designations across Modern Work, Security, and Data & AI.

EPC Group was the oldest continuous Microsoft Gold Partner in North America from 2016 until program retirement in 2022. Errin O'Connor authored four Microsoft Press bestsellers covering Power BI, SharePoint, Azure, and large-scale migrations.

Financial services

For banks, asset managers, and broker-dealers, EPC Group engineers SOC 2 audit trails, FINRA Rule 4511 and SEC 17a-4 retention, MNPI containment, and Communication Compliance for trading floors. Microsoft Purview Audit Premium with seven-year tamper-evident retention is the standard baseline; Defender for Cloud Apps detects shadow-AI exfiltration before it reaches a compliance event.

Engagement models

Three engagement models cover most enterprise needs. Most clients start with a fixed-fee accelerator and grow into a full program or a managed-services retainer.

  • Fixed-fee accelerators — Copilot Readiness, Security Hardening, Tenant Health Check, SharePoint Migration, Teams Governance. Defined scope and price. Typical range $25,000 to $150,000 over four to twelve weeks.
  • Project engagements — full migration or governance program with milestone-based billing. Discovery through hypercare. Typical range $150,000 to $750,000-plus over three to nine months.
  • Managed services — tiered retainer for ongoing operations. Named senior architect on the account. From $3,500 per month with a twelve-month minimum.

Senior-architect-led delivery

Every engagement is led and staffed by 15 to 20 year veterans. No rotating juniors learning on your tenant. The bench includes hundreds of Microsoft-certified consultants who have shipped real production environments for Fortune 500 customers across SharePoint, Microsoft 365, Power BI, Azure, and Microsoft Copilot.

Talk to a senior architect

30-minute discovery call. No pitch deck. Call (888) 381-9725 or schedule a discovery call and a senior architect responds within one business day.