Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What do I do? It seems my set analysis syntax is correct for this measure. Here's the code, then the error.
= Count({<[Color]={'Green'}>}, [Color])
Error in expression: ')' expected
Should be like this
Count({<[Color]={'Green'}>} [Color])