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...
Ashish_Mathur
3 years agoSuper User
Hi,
Does this work any better?
correctie_door_adviseur = COALESCE(CALCULATE(COUNTROWS('1_log_activiteit'),'1_log_activiteit'[activiteit] = 15
),0)