web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Dataverse Virtual Tabl...
Power Apps
Suggested Answer

Dataverse Virtual Table Data Retrieving Issue

(0) ShareShare
ReportReport
Posted on by
Hi All,
 
I have created Dataverse virtual table with connecting a MS SQL Server table View. The view contains 13 columns & over 80K rows of data. The table is successfully created in Dataverse but data not retrieved. It keeps pops up this error.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Anybody has a clue on this? 
 
P:S -
  1. The data set do have a Primary key in it & I choose it as the Primary field for this virtual table. 
  2. I have attached screenshots of how the data looks like in excel. I have used Power Query to retrieve data from SQL Server directly.
Screenshot (336).png
Screenshot (335).png
I have the same question (0)
  • wolenberg_ Profile Picture
    1,074 Super User 2026 Season 1 on at
    Hello there,
     
    Dataverse virtual tables are strict: they need a unique primary key and a straightforward source. If your SQL view meets those conditions, data should load. If not, simplify the view or move to a physical table/Power Automate sync.
     
    Could you share whether your SQL view’s primary key column is truly unique and indexed? That’s usually the first thing to check when data won’t retrieve.
  • Suggested answer
    Olufemi 7 Profile Picture
    24 on at
    Hello @CU04021546-0

    This is expected behavior with Dataverse virtual tables backed by SQL views.

    The table can be created successfully, but data will not load if the SQL view does not meet Dataverse requirements.

    Common causes

    Primary key not fully supported
    Must be a single column
    NOT NULL
    Unique across all rows
    Not calculated or concatenated

    Unsupported or large column types
    nvarchar(max) / long text
    JSON-like data
    Computed columns

    View complexity or performance
    Joins or calculations can cause Dataverse to fail when loading data

    SQL permissions
    Connection user must have SELECT on the view and underlying tables
     
    Recommended approach
     
    Create a simplified SQL view with:
     
    A clean primary key
    Fewer columns
    No long text or JSON
    Confirm data loads in Dataverse
    Add columns back gradually
    Cast text columns to nvarchar(4000) or less
     
    Microsoft documentation
     
     
     
     

    The issue is caused by SQL view structure or data types, not Power Query or Excel.

     

     

     

     


     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 291 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 282 Super User 2026 Season 1

#3
VASANTH KUMAR BALMADI Profile Picture

VASANTH KUMAR BALMADI 195

Last 30 days Overall leaderboard