Cant connect to example databse localhost\SQLEXPRESS

Luis David Ortega Gomez 0 Reputation points
2024-04-19T20:18:24.7533333+00:00

in power bi following the course for getting data into power BI, cant connect to the database mentioned, get the error: (provider: SSL Provider, error: 0 - La cadena de certificación fue emitida por una entidad en la que no se confía.)"

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.
61 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Michael Taylor 48,486 Reputation points
    2024-04-19T20:37:54.7166667+00:00

    In order to use SQL Express you must first have it installed. In Unit 3 you learned how to connect to a SQL database to get. If you did that unit then it would have had you getting data out of your SQL database instance (Express or whatever). In unit 4 you would continue to use that same data instead of SQL Express.

    If you skipped the relational portion of unit 3 then unit 4 doesn't work. To get this working you'll need a SQL database. If you have one installed then you can simply use it. Replace the samples Server information with your SQL database instance. If you don't have a database then you can install SQL Expression here. Once you do that then it will be available.

    However you also need a database to connect to. The module is using the TailwindTraders database. That is harder and there are quite a few posts about where it is available. I cannot directly answer that question but here is a related post asking for where the database files are at. Unfortunately they appear to point to AdventureWorks which is the old SQL sample database. I believe you can just restore that database to your SQL instance and use it. The structures are the same it appears (at least for the unit). The only change you'd need to make is to use AdventureWorks in lieu of TailwindTraders whenever it is mentioned.

    0 comments No comments

  2. Syed Saleem Peera 545 Reputation points Microsoft Vendor
    2024-04-20T02:08:43.0966667+00:00

    Hi Luis David Ortega Gomez,

    As per the lab instructions, Server name: localhost\SQLEXPRESS and Database: TailwindTraders. Server name it's a case sensitive. Make sure give the exact name whatever provided in Lab instructions. Kindly refer the below snapshot for reference.

    User's image

    If you want to load any specific columns, below is the snapshot for reference.

    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.

    0 comments No comments