Forum Discussion
BH12
3 years agoFrequent Visitor
The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.
Newer user here: I was able to get this to work by doing 2 measures, I want to make it one measure. I am not able to find any solution that works for me. Thanks! distictRoadmapsCreatedGDC = ...
- 3 years ago
BH12 DISTINCT return a table and measure need a value so have it like
Return
if (countrows(GDCB) = 0, Blank(), countrows(GDCB) )
amitchandak
Super User
3 years agoBH12 DISTINCT return a table and measure need a value so have it like
Return
if (countrows(GDCB) = 0, Blank(), countrows(GDCB) )