Video by: Reid Havens
Learn how to display DAX expressions in the description tooltip - when hovering over the measure in the fields list. This can be applied to all measures easily and effortlessly using Tabular Editor.
Related Content
External Tool - Tabular Editor
Code Snippet
foreach (var m in Model.AllMeasures) { m.Description = m.Expression; }