Forum Discussion
CapnShanty
7 years agoFrequent Visitor
Summarize throwing "multiple columns cannot be converted to a scalar value"?
LATEST = SUMMARIZE('Main StatusHistory','Main StatusHistory'[AccountID],'Main StatusHistory'[CurrentStatusID],"LastDate",MAX('Main StatusHistory'[EntryDate])) I am following along with the sol...
- Anonymous7 years ago
Hi CapnShanty,
SUMMARIZE function will return a table, please create a new table to receive result or do summary on result to return single value to use in column or measure.Reference link:
Returns a summary table for the requested totals over a set of groups.
Regards,
Xiaoxin Sheng
Anonymous
7 years agoNot applicable
Hi CapnShanty,
SUMMARIZE function will return a table, please create a new table to receive result or do summary on result to return single value to use in column or measure.
Reference link:
Returns a summary table for the requested totals over a set of groups.
Regards,
Xiaoxin Sheng