Create credentials
1
Open Analytics settings
In your organization, go to Settings → Analytics. You can also open the Analytics page from
the workspace sidebar.
2
Create a credential
Under Connection, create a credential. Lambda shows the password once — copy it immediately.
3
Store the password
Save it in your team’s secret store or Power BI connection settings. If you lose it, rotate the
credential and update every client that used the old password.
Connection facts
Use the host, database, username, and password exactly as Lambda shows them. Prefer the replica-oriented username when Lambda provides one. Do not point reporting tools at other Lambda database endpoints.
Connect with a database client
1
New Postgres connection
Create a connection in your client and paste host, port
5432, database, username, and
password.2
Require TLS
Enable SSL / TLS. Connections without encryption are rejected.
3
Open reporting
Connect, then open schema
reporting. Start with shipments for everyday questions.Connect with Power BI
Use the PostgreSQL connector with the same host, database, username, and password. Require encryption, then load schemareporting.
Full model guidance — storage modes, relationships, and publish ownership — is in Power BI.
What stays live
As long as the credential exists and has not been rotated or revoked:- the connection keeps working
- new long-term data keeps landing in
reporting - you do not reconnect just because the dataset updated
Common mistakes
- Looking for an Analytics API instead of Postgres — day-to-day reporting uses the database login
- Querying without choosing schema
reporting - Sharing one password across many unmanaged tools — prefer one credential per team or integration, and revoke what you no longer need
- Opening unbounded queries against
cargowise_xml_observations— always filter by date (and usually by field path or label)