Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a situation where I created a master item as a dimension, and I need to create another master item as a measure to count how many different values appear in this dimension, which is a master item.
I try to do "count(distinct Dimension_name" but doesn't work, don't appear the dimension.
Anybody can help me?
Hi,
You won't get it the way you're looking for
Try instead leaving it in a variable and then putting it in your expression
Count(distinct $(vNameDim) )
- Regards, Matheus