Login
Remember
Register
Ask a Question
What is the common table function used for grouping data in PowerBI?
0
votes
asked
Jan 27, 2024
in
PowerBI
by
GeorgeBell
What is the common table function used for grouping data in PowerBI?
powerbi-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 27, 2024
by
GeorgeBell
SUMMARIZE () is the main group by function in SSAS. It summarizes a large number of rows into a table with the provided criteria column.
SUMMARIZECOLUMNS: These are the new group functions used for SSAS and Power BI Desktop. These functions are more efficient and are specified by columns, tables, groups, and expressions.
...