Skip to content

Commit 19de406

Browse files
authored
Update Powerbi_interview_2.md
1 parent a9f139c commit 19de406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03. Interview Questions/Powerbi_interview_2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- Creates a summary of the input table grouped by the specified columns.
44
- Syntax: SUMMARIZE ( <Table> [, <GroupBy_ColumnName> [, [<Name>] [, [<Expression>] [, <GroupBy_ColumnName> [, [<Name>] [, [<Expression>] [, … ] ] ] ] ] ] ] )
55
- Example:
6-
``` dax
6+
```dax
77
SUMMARIZE(
88
'Sales',
99
'Product'[Category],

0 commit comments

Comments
 (0)