Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Helo guys,
I need to count how many distinct clients are buying one category or another category of my products, how do I do that.
count(distinct {<[Brand]={"Blue"} or [Brand]={"Red"}>}[clients code])
I tried to use or and its not calculating.
@giovanna2021 like ?
count(distinct {<[Brand]={'Blue','Red'} >}[clients code])