Forum Discussion
Filtering a measure by value
Hello Dale! Unfortunately the firm doesn't have a pro version..
Actually, I was expecting that reply... It's a little bit complicated to explain all the situation. I'm getting the data by direct query, so, I can't use calculated columns and tools like that. I'm trying to do all in measures.
This is how I receive the data
I call cycle each line..
sensor = arduino || id = order id || ciclos = total number of cycles by id || contagem = score || _at = timestamp(number in seconds since 1970) from the beginning of the cycle || _ts = timestamp from the end of the cycle.
I can do things like... With the dot(.) is measure
My issue.. How to get the average time of each id? It would be an average apllied at the [.CiclTime]
Thank you for the reply, sorry anything, any mistake
Best Regards,
Diego
There is no id numbers yet.
Let's say that is showing like..
id
1
1
1
2
2
1
2
2
3
3
Something like this..
Thanks