Forum Discussion
TiaCamilian
Resolver I
6 years agoSummarize a date table
The following command is giving me a display error and I don't understand why. Can someone help please __Sumarize1 = SUMMARIZE( VALUES('QuoteConvertionStartDate'), 'QuoteConvertionStartDate'[Dat...
- 6 years ago
the problem is that
VALUES('QuoteConvertionStartDate') returns a table and not a single value
TiaCamilian
Resolver I
6 years agothe problem is that
VALUES('QuoteConvertionStartDate') returns a table and not a single value