Skip to content

Commit

Permalink
Merge branch 'm-kovalsky/issue225'
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Oct 23, 2024
2 parents 476dbb7 + 7d5f7ab commit c402263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sempy_labs/_model_bpa_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,11 +646,11 @@ def model_bpa_rules(
),
(
"Maintenance",
"Column",
["Column", "Measure", "Table"],
"Info",
"Visible objects with no description",
lambda obj, tom: obj.IsHidden is False and len(obj.Description) == 0,
"Calculation groups have no function unless they have calculation items.",
"Add descriptions to objects. These descriptions are shown on hover within the Field List in Power BI Desktop. Additionally, you can leverage these descriptions to create an automated data dictionary.",
),
(
"Formatting",
Expand Down

0 comments on commit c402263

Please sign in to comment.