Rules / Maintenance

Remove unnecessary measures

warning UNNECESSARY_MEASURES · ported · scope: Measure

What it checks

Hidden measures, or measures on hidden tables, that no DAX expression references.

Why it matters

A hidden measure that no other measure uses can only be reached by a report that already had it, so it is either dead or a hidden dependency that breaks the day someone deletes it as dead. Either way it belongs in the open or in the bin.

How to fix it

Delete the measure, or unhide it if reports still use it.

Quirks

Links

Check a model for this Improve this page