Sample Data
This data represents the key details needed to connect Power BI to a SQL Server database: server name, database name, username, password, and the resulting connection string.
| Cell | Value |
|---|---|
| A1 | ServerName |
| B1 | SQLServer01 |
| A2 | DatabaseName |
| B2 | SalesDB |
| A3 | Username |
| B3 | user123 |
| A4 | Password |
| B4 | ******** |
| A5 | ConnectionString |
| B5 | Server=SQLServer01;Database=SalesDB;User ID=user123;Password=********; |