Forum Discussion
hari127
5 years agoFrequent Visitor
$Expr0 := CallbackDataID
The following code is rewritten to eliminate the callbackdataid but it increased SE Queries and decreased SE Cache and overall performance degraded. Is callbackdataid good or bad, Is this the correc...
daxer-almighty
5 years agoSolution Sage
If you want to have fast DAX, then never ever call a measure when iterating a fact table row by row.
hari127
5 years agoFrequent Visitor
Did you find any measure in my code?
- daxer-almighty5 years agoSolution Sage
I use THESE conventions to interpret DAX code when I read it. If you don't follow this golden standard, then you should not be surprised that people do not understand your code.
- hari1275 years agoFrequent Visitor
Thanks