Forum Discussion
Anonymous
2 years agoNot applicable
SUMMARIZE USING DISTINCTCOUNT
Hello, all! I need help with the following issue: I have this table: Year Month ID Text 2021 Jan 123 A 2021 Feb 123 A 2021 Mar 123 A 2021 Mar 123 B 2021 ...
- 2 years ago
Anonymous Oh, sorry, should just be this:
test = COUNTROWS( SUMMARIZE ( Consult, Consult[date].[year], Consult[date].[month], Consult[id]) )
Anonymous
2 years agoNot applicable
Its not recognizing the column 'Text' as a column 😕
Greg_Deckler
Community Champion
2 years agoAnonymous Oh, sorry, should just be this:
test = COUNTROWS(
SUMMARIZE ( Consult, Consult[date].[year], Consult[date].[month], Consult[id]) )