Metrics catalog
Create entries such asnet_revenue, active_subscribers, or churn_rate with:
- Definition – SQL or declarative expression referencing approved fact and dimension tables
- Grain – Per day, per account, per subscription, etc.
- Constraints – Filters that must always apply (exclude test tenants, internal accounts)
- Certification – Steward approval for executive use
Semantic definitions
Dimensions describewho, what, where, and when (product line, region, campaign). Entities map keys across facts (customer_id bridges orders and support tickets). Document slowly changing dimensions explicitly so analysts know which history version they query.
Drill paths
Drill paths
Define allowed hierarchies (region → country → city) so self-serve tools expose consistent drill-downs.
Access control
Access control
Row-level security rules in the semantic layer should mirror warehouse entitlements; never widen access accidentally through friendly views.
JDBC access
BI tools that speak JDBC can connect to Planasonix’s semantic JDBC endpoint (when enabled for your tenant) and issue SQL against published models. The driver translates requests to governed queries against your warehouse connection profile.- Tool compatibility
- Performance
Tableau, Power BI, Looker (via database connections), and Excel Power Query commonly use JDBC/ODBC bridges—verify exact support with your CS engineer during onboarding.
Related topics
Data catalog
Discover physical tables behind semantic models.
Impact analysis
See downstream BI assets when metrics change.