Enum Window.SemiadditiveType
- Namespace
- TabularEditor.SemanticBridge.Platforms.Databricks.MetricView
- Assembly
- SemanticBridge.dll
Aggregation strategy for semiadditive measures.
public enum Window.SemiadditiveType
Fields
| Name | Description |
|---|---|
| First | Makes sure that the first cumulative value is used when aggregating over fields |
| Last | Makes sure that the last cumulative value is used when aggregating over fields |