We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f139c commit 19de406Copy full SHA for 19de406
03. Interview Questions/Powerbi_interview_2.md
@@ -3,7 +3,7 @@
3
- Creates a summary of the input table grouped by the specified columns.
4
- Syntax: SUMMARIZE ( <Table> [, <GroupBy_ColumnName> [, [<Name>] [, [<Expression>] [, <GroupBy_ColumnName> [, [<Name>] [, [<Expression>] [, … ] ] ] ] ] ] ] )
5
- Example:
6
- ``` dax
+ ```dax
7
SUMMARIZE(
8
'Sales',
9
'Product'[Category],
0 commit comments