Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Letโs celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I want to load a table from SQL Server. The data loads in the Transform Data view, thus, the query must work.
However, after applying changes, the loading starts and get stuck on "waiting for [server name/table name]".
I've already tried to delete the query and create the same query again, but it did not help.
Also, after publishing the dashboard, the visuals don't get updated with the new data.
How to make the table appear in the Table view?
Solved! Go to Solution.
@mateusz_ta ,
Try this -
Delete the table from the Power BI model completely. Save and close the Power BI file. Reopen it and reconnect to SQL server. When adding the new table, use a slightly different name to avoid any internal conflicts. Limit rows in the query (TOP 1000) and see if the load works. Remove or exclude large/complex fields.
OR
Another possible reason could be SQL Server Permissions or Locking
Because the query runs fine in Power Query but hangs when loading to the model. This could be caused by row-level locks, blocking, or long-running transactions in SQL Server while Power BI tries to load all the data.
Try running the same SQL in SSMS with WITH (NOLOCK), or check for any active locks on the server.
Hi @mateusz_ta
As we havenโt heard back from you, we wanted to kindly follow up to check if the solution provided by the community members for the issue worked. If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Thanks
Hi @mateusz_ta
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If our responses has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hi @mateusz_ta
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Any other potential ideas how to solve it?
@mateusz_ta ,
Try this -
Delete the table from the Power BI model completely. Save and close the Power BI file. Reopen it and reconnect to SQL server. When adding the new table, use a slightly different name to avoid any internal conflicts. Limit rows in the query (TOP 1000) and see if the load works. Remove or exclude large/complex fields.
OR
Another possible reason could be SQL Server Permissions or Locking
Because the query runs fine in Power Query but hangs when loading to the model. This could be caused by row-level locks, blocking, or long-running transactions in SQL Server while Power BI tries to load all the data.
Try running the same SQL in SSMS with WITH (NOLOCK), or check for any active locks on the server.
There are several reasons this might happen. One common reason is that even if the data loads in Power Query, it wonโt load into the model unless you tell it to.
Go to Transform Data, then in the Queries pane on the left, right-click your query and make sure "Enable Load" is checked.
If itโs unchecked, the table exists only in Power Query and wonโt show up in the Table View or in visuals.
_____________________________________________________________________________________________________________________
If this solution worked for you, kindly mark it as Accept as Solution. This would be helpful for other members who may encounter similar issues and feel free to give a Kudos, it would be much appreciated!
Thank you,
Sarita
The "Enable Load" has been checked. Still, it does not update.
@mateusz_ta ,
Make sure your final table doesnโt depend on anything that isnโt loaded or fails during refresh. Also, check Power BIโs privacy settings:
Go to File > Options > Privacy, and set it to "Ignore" or "Combine data according to your Privacy Level settings". Then reload the data.
Changing the Privacy to "Ignore" did not help.
However, I tried to load different data from a different server and different database and it seems to work and the data is visible both in the Transform Data view and in the Table view. But with the original table and server it still does not work.
User | Count |
---|---|
81 | |
76 | |
54 | |
48 | |
48 |
User | Count |
---|---|
76 | |
68 | |
47 | |
43 | |
43 |