Forum Discussion
Summarize VS Summarizecolumn function in DAX
- 6 years ago
Hi,
Typically, it is recommended to use SummarizeColumns to add columns rather than Summarize.
Best Regards,
Giotto Zhi
Hi,
Typically, it is recommended to use SummarizeColumns to add columns rather than Summarize.
Best Regards,
Giotto Zhi
Hi v-gizhi-msft
I know it is recommended i am asking reason behind it. is it only for performance or something else?
Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar
- v-gizhi-msft6 years ago
Community Support
Hi,
SummarizeColumns can use Ignore function but summarize ca not.
Reference:
Best Regards,
Giotto Zhi
- Anonymous6 years agoNot applicable
Thanks v-gizhi-msft
Yes i have checked Ignore function with Summarize it is throwing error. You can use it with SUmmarizeColumns only.
So the conclusion is we can omit blank from measure output without doing any furtherstep in SUmmarizecolumn.
and other is it has better performance than Summarize.
Thanks,
Pravin