Skip to content

Commit 2ac666a

Browse files
authored
Update Powerbi_interview_2.md
1 parent c9045e1 commit 2ac666a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

03. Interview Questions/Powerbi_interview_2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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
7-
SUMMARIZE(
6+
``` sql
7+
SUMMARIZE(
88
'Sales',
99
'Product'[Category],
1010
"Total Amount",sum(Sales[Sales Amount]))

0 commit comments

Comments
 (0)