EPC Group - Enterprise Microsoft AI, SharePoint, Power BI, and Azure Consulting
Clutch Top Power BI & Data Solutions Company 2026, G2 High Performer, Momentum Leader, Leader Awards
BlogContact
Ready to transform your Microsoft environment?Get started today
(888) 381-9725Get Free Consultation
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌

EPC Group

Enterprise Microsoft consulting with 28+ years serving Fortune 500 companies.

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

Follow Us

Solutions

  • All Services
  • Microsoft 365 Consulting
  • AI Governance
  • Azure AI Consulting
  • Cloud Migration
  • Microsoft Copilot
  • Data Governance
  • Microsoft Fabric
  • 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
  • Blog
  • Resources
  • Contact

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

© 2026 EPC Group. All rights reserved.

Back to Blog

Power BI Dataverse: Store and Manage Data for Report Generation

Errin O\'Connor
December 2025
8 min read

Microsoft Dataverse provides a secure, scalable, and governed data platform that serves as the backbone for Power BI report generation in enterprise environments. By centralizing business data in Dataverse tables with built-in security, audit logging, and relationship management, organizations can build Power BI reports on a trusted, single source of truth that integrates seamlessly with Power Apps, Power Automate, and Dynamics 365.

What is Microsoft Dataverse?

Microsoft Dataverse (formerly Common Data Service) is a cloud-based data platform that comes with every Power Platform and Dynamics 365 license. It stores data in standardized tables with built-in business logic, security, and integration capabilities that make it ideal for enterprise reporting scenarios.

  • Standard tables – Pre-built tables for common business entities (Accounts, Contacts, Leads, Opportunities) aligned with the Common Data Model
  • Custom tables – Create organization-specific tables with custom columns, relationships, and business rules
  • Security model – Row-level, column-level, and record-level security integrated with Azure Active Directory
  • Audit logging – Built-in change tracking that records who modified what data and when, essential for compliance
  • API access – RESTful Web API and OData endpoints for programmatic data access from Power BI and custom applications
  • 4 GB default storage – Included with Power Apps licensing, with additional capacity available as add-ons

Connecting Power BI to Dataverse

Power BI Desktop includes a native Dataverse connector that supports both Import and DirectQuery modes. The choice between these modes depends on data volume, refresh frequency, and performance requirements.

  • Import mode – Loads a snapshot of Dataverse data into the Power BI model at refresh time. Best for datasets under 1 million rows with scheduled refreshes.
  • DirectQuery mode – Queries Dataverse in real-time when users interact with reports. Best for always-current data but with higher latency per query.
  • Dataverse connector – In Power BI Desktop, select Get Data > Power Platform > Dataverse, then sign in with your organizational account
  • TDS endpoint – Enable the Tabular Data Stream (TDS) endpoint in Dataverse settings to connect using the SQL Server connector for faster query performance
  • Environment selection – Select the correct Dataverse environment (Production, Sandbox, Development) to connect to the appropriate dataset
-- Power Query M code for Dataverse connection
let
    Source = CommonDataService.Database(
        "org12345.crm.dynamics.com",
        [CreateNavigationProperties=true]
    ),
    accounts = Source{[Schema="dbo", Item="account"]}[Data],
    selectedColumns = Table.SelectColumns(accounts, {
        "name", "revenue", "industrycode",
        "address1_city", "createdon", "modifiedon"
    })
in
    selectedColumns

Designing Dataverse Tables for Optimal Reporting

The table structure in Dataverse directly impacts Power BI report performance and usability. Applying data modeling best practices at the Dataverse layer reduces the need for complex Power Query transformations and DAX calculations.

  • Denormalization for reporting – Create flattened reporting views or virtual tables that pre-join related entities to minimize Power BI relationship complexity
  • Choice columns – Use Option Sets (Choice columns) for categorical data to ensure consistent values and enable slicer filtering in Power BI
  • Calculated columns – Implement business calculations (revenue tiers, age groups, fiscal periods) in Dataverse calculated columns to offload processing from DAX
  • Date tables – Create a dedicated Date dimension table in Dataverse with fiscal year, quarter, month, and week attributes for time intelligence
  • Relationships – Define proper one-to-many relationships between tables in Dataverse so Power BI can auto-detect and configure model relationships
  • Indexing – Enable table indexes on columns frequently used in Power BI filters and slicers to improve DirectQuery performance

Dataverse Security and Power BI Access Control

Dataverse provides enterprise-grade security that integrates with Power BI's row-level security model. Understanding how these security layers interact is critical for compliance-sensitive environments.

  • Business units – Organizational units in Dataverse that define data ownership boundaries and default access scopes
  • Security roles – Granular CRUD permissions on each table and field, assignable to users or teams
  • Column-level security – Restrict access to sensitive columns (SSN, salary, medical records) so they are excluded from Power BI queries for unauthorized users
  • Import vs DirectQuery security – Import mode snapshots data with the connection user's permissions; DirectQuery can pass through the report viewer's identity using SSO
  • RLS alignment – For Import mode, implement Power BI RLS that mirrors Dataverse security roles to enforce consistent access control after data is loaded

Performance Optimization for Dataverse-Connected Reports

Enterprise Dataverse environments often contain millions of records across dozens of tables. Optimizing the connection and data model ensures Power BI reports remain responsive.

  • Enable TDS endpoint – The Tabular Data Stream endpoint provides 2-5x faster query performance compared to the standard OData connector
  • Query folding – Ensure Power Query transformations fold back to Dataverse server-side queries by avoiding unsupported operations that force local processing
  • Incremental refresh – Configure incremental refresh policies on large Dataverse tables to only import new and modified records, reducing refresh times from hours to minutes
  • Dataflows – Use Power BI dataflows as an intermediate layer to stage, transform, and cache Dataverse data before consumption by multiple reports
  • Aggregation tables – Pre-aggregate high-volume transaction data into summary tables in Dataverse for dashboard-level visuals while retaining detail tables for drill-through

Why Choose EPC Group for Dataverse and Power BI

EPC Group has implemented Dataverse and Power BI solutions for Fortune 500 organizations for 28+ years as a Microsoft Gold Partner. Our founder, Errin O'Connor, authored 4 bestselling Microsoft Press books, and our team specializes in architecting enterprise data platforms that integrate Dataverse, Dynamics 365, and Power BI into unified analytics ecosystems. We understand the compliance requirements of HIPAA, SOC 2, and FedRAMP environments and design security architectures accordingly.

Build Enterprise Analytics on Microsoft Dataverse

Let EPC Group's architects design a Dataverse-backed Power BI solution that delivers secure, governed, and high-performance reporting for your organization.

Schedule a ConsultationCall (888) 381-9725

Frequently Asked Questions

What licensing is required to use Dataverse with Power BI?

Dataverse is included with Power Apps per-app plans, per-user plans, and Dynamics 365 licenses. Power BI Pro or Premium per-user licenses are required for report consumers. For DirectQuery with SSO, Power BI Premium capacity is recommended. The combination of Power Apps per-user ($20/month) and Power BI Pro ($10/month) provides a cost-effective starting point for most organizations.

Should I use Import or DirectQuery for Dataverse?

Use Import mode for datasets under 1 million rows where scheduled refreshes (e.g., every 30 minutes to 1 hour) provide acceptable data freshness. Use DirectQuery when real-time data is required, such as live operational dashboards. For large enterprises, consider a composite model that uses Import for dimension tables and DirectQuery for fact tables to balance performance with data currency.

How does Dataverse security interact with Power BI RLS?

In DirectQuery mode with SSO enabled, Dataverse security roles are enforced at query time based on the report viewer's identity. In Import mode, data is loaded using the connection account's permissions, so Power BI RLS must be configured separately to enforce access control. EPC Group recommends implementing both layers for defense-in-depth, ensuring data protection even if one layer is misconfigured.

Can I combine Dataverse data with other data sources in Power BI?

Yes. Power BI's composite model feature allows combining Dataverse tables with SQL Server, Azure SQL, Excel, SharePoint, REST APIs, and hundreds of other connectors in a single report. This enables scenarios like joining Dataverse CRM data with ERP financial data from SQL Server and marketing analytics from Google Analytics. EPC Group designs unified data models that span multiple sources while maintaining governance and performance.

What are the storage limits for Dataverse?

Dataverse includes 10 GB of database storage, 20 GB of file storage, and 2 GB of log storage per tenant as a base allocation. Additional capacity is accrued per licensed user (approximately 250 MB database and 2 GB file per Power Apps per-user license). For large-scale reporting, organizations can purchase additional capacity in 1 GB increments. EPC Group helps clients optimize storage through archival strategies, data compression, and offloading historical data to Azure Data Lake for long-term analytics.

Related Resources

Continue exploring power bi insights and services

power bi

6 Reasons to Use Power Automate in Power BI

power bi

Embedded Power BI in Model-Driven Apps

power bi

Power Platform Tenant Analytics

sharepoint

6 Benefits of SharePoint BPA

Explore All Services