Forum Discussion
Coolpearl
1 year agoRegular Visitor
Alternative to countrows-filter-values calculation
I have below calculations in some fields which take time to run. I am looking for alternative for same to improve performance. measure = if( countrows( filter( values( 'emptable'[type])' ,...
Ashish_Mathur
Super User
1 year agoHi,
Try this
Measure = coalesce(Calculate( [measure_counted] , 'emptable'[type] = "retired" ),0)