Optimising DAX: The Cost of Relationships
Relationships in Power BI aren't free. This post explains how the cardinality of the relationship key determines traversal cost, and why this ...
Relationships in Power BI aren't free. This post explains how the cardinality of the relationship key determines traversal cost, and why this ...
Fabric Weekly is a free weekly newsletter covering everything Microsoft Fabric. Sign up to stay on top of the latest features, updates, and co...
Column cardinality is one of the biggest factors in Power BI model size and query speed. This post explains why, and covers practical techniqu...
Barry Smart, Director of Data and AI at endjin, sets out to audit UK energy policy with his dad, a fellow energy-industry veteran, on a single...
Migrating from V4 to V5 is straightforward with Roslyn analyzers and code fixes. V4 isn't going away - both engines are maintained. Plus: 10 p...
Corvus.Text.Json.Toon provides bidirectional TOON conversion - a compact text format that removes repeated property names and punctuation from...
V5 extends the JSON type system with UTF-8 URI and IRI parsing, arbitrary-precision numerics via BigNumber, and first-class NodaTime date/time...
Corvus.Text.Json V5 includes Utf8JsonPointer, a readonly ref struct that resolves RFC 6901 JSON Pointer paths directly against the pooled-memo...
Corvus.Text.Json.Patch implements RFC 6902 JSON Patch with a fluent PatchBuilder and all six operations. Patches operate directly on the mutab...
Corvus.Text.Json.Yaml converts YAML 1.2 to JSON with 100% yaml-test-suite conformance using a custom ref struct tokenizer - no intermediate ob...