Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a data as the file below in it sheet 3 now I need have the output as Sheet 4.
I need the output as distinct data and formula for KPI of count of distinct bills.
Thanking you in advance,
Hi Sameer,
Why are 2,3,4,6,7 and 9 not included? Or do you also want them?
Jordy
Climber
Maybe it's me, but what is the definition of a repeat because I can't really see it.
Jordy
Climber
Hi,
So you want a dimension with only the bills that have a count of 1? You can make a indicator in the script that tells you if the bill count is just one. Do you know how to do that?
Jordy
Climber
Great, then you can use this formula:
Count({$< _indBilLCountIsOne = {1}>}Bill)
Jordy
Climber
You can then, in your dimension, use this if statement:
If(Only(_indBilLCountIsOne)=1,Bill,null())
Jordy
Climber