Forum Discussion

lokosrio's avatar
lokosrio
Helper II
4 years ago

Filter items which are not max id

hi,   to get sum of distribution divided by countrows groupped by region_id of latest visit I have a calculation like this:     var _sum = SUMX(VALUES( fact_table[region_id] ), LASTNONBLANKVALU...