amelia
07-06-2022ETL
RSUM returning errors for query
Hi! When I try to do the RSUM calculation for this metric, there is an error. I am trying to do a running sum of the number of ids, but I need to filter it based on a condition. The calculation is th...
- 07-06-2022
Hi amelia ,
try this one :
RSUM( (COUNT([id]), [filter]) )