Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to make column A1 count.
A2 is singular and A3 is ="car".
count({<[A1]>}, [A3]="Car" and distinct [A2])
Thank you
@OnurT Your requirement seems to be pretty straight forward.
Dim: A2, A3
Measure: Count(Distinct A1)
The formula I wrote did not work, I would appreciate it if you could write an example.
@OnurT Can you please provide me the sample data?