Forum Discussion
nmaddock
Helper I
6 years agoDax Measure crashing report
Hi, Please can someone help, I've created a measure which seems to crash my report: GP Per Lift (13w Avg) =
VAR
WeightAllowence = MAX(Agreement[Weight Allowance KG])
RETURN
IF(WeightAllow...
nmaddock
Helper I
6 years agosorry, ive removed the measure now, https://www.dropbox.com/s/l0pj9rbvrwtus7k/Termination%20complete%20-%20Copy.pbix?dl=0
nmaddock
Helper I
6 years agoEven this statement crashes the report: If(WeightAllowence = Blank(), 10, 20)
I need to check if there i a weight allowence, or there is another measure called 'Is PPk' which I could use as its the same check
Thanks Nathan
- kentyler6 years ago
Solution Sage
still crashes ever time i open it
one error message said out of memory, is there some measure doing a lot of recursion ?