Skip to content

Commit ca74010

Browse files
authored
Create META_SUMMARIZE_NONE.json
1 parent 9e92ed9 commit ca74010

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"ID": "META_SUMMARIZE_NONE",
3+
"Name": "Don't summarize numeric columns",
4+
"Category": "Metadata",
5+
"Description": "Set the SummarizeBy property of all visible numeric columns to \"None\", to avoid unintentional summarization in client tools. Create measures for columns that are supposed to be summarized.",
6+
"Severity": 1,
7+
"Scope": "DataColumn, CalculatedColumn, CalculatedTableColumn",
8+
"Expression": "IsHidden = false and SummarizeBy <> \"None\"",
9+
"FixExpression": "SummarizeBy = AggregateFunction.None"
10+
}

0 commit comments

Comments
 (0)