Skip to content

Commit 1f2f10a

Browse files
author
Owen Duncan
authored
Merge pull request #155 from FranciscoThiesen/patch-2
Update summarizecolumns-function-dax.md
2 parents fbf5aa4 + cc971d0 commit 1f2f10a

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)