Skip to content

Commit c9045e1

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

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
@@ -4,11 +4,11 @@
44
- Syntax: SUMMARIZE ( <Table> [, <GroupBy_ColumnName> [, [<Name>] [, [<Expression>] [, <GroupBy_ColumnName> [, [<Name>] [, [<Expression>] [, … ] ] ] ] ] ] ] )
55
- Example:
66
```dax
7-
SUMMARIZE(
7+
SUMMARIZE(
88
'Sales',
99
'Product'[Category],
1010
"Total Amount",sum(Sales[Sales Amount]))
11-
```
11+
```
1212
1313
1414
2.

0 commit comments

Comments
 (0)