Forum Discussion
frank_gerritsma
3 years agoNew Member
Measures not efficient
hi, I use two measures (below). Table 1_log_activiteit contains 600K rows. Is there a way to make the measures more efficient? Currently the desktop application stalls when I use them in a tab...
frank_gerritsma
3 years agoNew Member
Hmm, this did not solve the issue.
Any thoughts?
acties_per_bestelling = COUNTROWS('1_log_activiteit')
correctie_door_adviseur = CALCULATE([acties_per_bestelling], FILTER('1_log_activiteit', '1_log_activiteit'[activiteit]=15))+0