Data connection is failed.

Lee, Changyeol 20 Reputation points
2024-08-27T07:26:55.7033333+00:00

Data connection is failed.

Here is the Query I wrote.

SELECT [SalesOrderID]

,[OrderDate]

,[OnlineOrderFlag]

,[SalesOrderNumber]

,[CustomerID]

,[SalesPersonID]

,[TerriroryID]

,[SubTotal]

,[TaxAmt]

,[Freight]

,[TotalDue]

FROM [TailwindTraders].[Sales].[SalesOrderHeaders] s

WHERE s.[SalesPersonID] = 279

This question is related to the following Learning Module

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
460 questions
0 comments No comments
{count} votes

Accepted answer
  1. Syed Saleem Peera 7,465 Reputation points Microsoft Vendor
    2024-08-27T08:10:02.6+00:00

    Hi Lee, Changyeol,

    Thank you for reaching out to us on Microsoft Q&A forum. 

    The units before the exercise are informational, with no Tailwind Traders sample matching what is shown. You are expected to read and follow along. When you reach the exercise in Unit 11, you will be able to connect to a VM, download files from GitHub, extract them to the VM's disk, and complete the exercise instructions.

    We tried from our end; it's working fine for us. Kindly refer the below screenshots. Please follow the lab instructions, whatever mentioned in the right side when you launched the Lab.

    User's image User's image

    If you are still facing any issue, please let us know in the comments. We are glad to help you.

    If the information is helpful, please Accept Answer so that it would be helpful to community members.

    Thank you.


1 additional answer

Sort by: Most helpful
  1. Olaf Helper 45,106 Reputation points
    2024-08-27T09:25:19.84+00:00

    FROM [TailwindTraders].[Sales].[SalesOrderHeaders] s

    You use a three-part qualifier in your query; does the database [TailwindTraders] exists on the server you are connected to?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.