Forum Discussion
Summing and Averaging By Matrix Level
- 2 years ago
Anonymous
Hello,
use isinscope () function..
and change the calculation depending on which level you are in the matrix.
NB : when using isinscope start from the lowest level , check below .
measure =
switch(
true() ,
isinscope(location ) , -- your calcultion ,
isinscope(cityt) , -- your calcultion ,
isinscope(hour) , -- average
isinscope(date) , -- your calcultion ,
)
If my response has successfully addressed your issue kindly consider marking it as the accepted solution! This will help others find it quickly. Dont forget to hit that thumbs up button 🫡👍
Anonymous
Hello,
use isinscope () function..
and change the calculation depending on which level you are in the matrix.
NB : when using isinscope start from the lowest level , check below .
measure =
switch(
true() ,
isinscope(location ) , -- your calcultion ,
isinscope(cityt) , -- your calcultion ,
isinscope(hour) , -- average
isinscope(date) , -- your calcultion ,
)
If my response has successfully addressed your issue kindly consider marking it as the accepted solution! This will help others find it quickly. Dont forget to hit that thumbs up button 🫡👍