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 c9045e1 commit 2ac666aCopy full SHA for 2ac666a
03. Interview Questions/Powerbi_interview_2.md
@@ -3,8 +3,8 @@
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
7
-SUMMARIZE(
+ ``` sql
+ SUMMARIZE(
8
'Sales',
9
'Product'[Category],
10
"Total Amount",sum(Sales[Sales Amount]))
0 commit comments