Forum Discussion
joepath
4 years agoHelper II
Dax Query optimization
Hello, Below query is for Total Sum of the positive values in tablur report, working as expected but liitle slow. How to rewrite it in optimize way? Correct Total Sum = SUMX( FILTER( AD...
amitchandak
4 years agoSuper User
joepath , this seems fine, need to check calculation for three measures
- joepath4 years agoHelper II
amitchandak Measure have basic avg calculations, Is there any way to replace filter function with calculatedtable? I see filter always create prob on a big table.