Before you connect
Analytics only fills after CargoWise is pointed at the Analytics outbound target and deliveries start projecting intoreporting. See How Analytics works if the Analytics page still shows waiting for data.
Create credentials
1
Open Analytics
In your organization, open Analytics 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, revoke that
credential, create a new one, 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 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
- Expecting stamping ingress traffic to fill Analytics — Analytics needs its own CargoWise outbound target
- 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)