Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
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; }
