Skip to content

Commit cc971d0

Browse files
Update summarizecolumns-function-dax.md
Fixing typo
1 parent 85c1d0f commit cc971d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query-languages/dax/summarizecolumns-function-dax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Returns the following table,
197197
### Example with multiple subtotals
198198

199199
```dax
200-
SUMMARIZECOUMNS (
200+
SUMMARIZECOLUMNS (
201201
Regions[State], ROLLUPADDISSUBTOTAL ( Sales[CustomerId], "IsCustomerSubtotal" ),
202202
ROLLUPADDISSUBTOTAL ( Sales[Date], "IsDateSubtotal"), "Total Qty", SUM( Sales[Qty] )
203203
)

0 commit comments

Comments
 (0)