Closed marcosqlbi closed 6 years ago
Every visible measure should have format string. Automatic number of decimals is a warning, because it is likely to be wrong.
This rule is quite simple:
not IsHidden and string.IsNullOrWhitespace(FormatString)
Rule definition
Every visible measure should have format string. Automatic number of decimals is a warning, because it is likely to be wrong.