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
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.
hari127
5 years agoFrequent Visitor
Thanks