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...
kentyler
Solution Sage
6 years agonope, still crashes
nmaddock
Helper I
6 years agosorry, ive removed the measure now, https://www.dropbox.com/s/l0pj9rbvrwtus7k/Termination%20complete%20-%20Copy.pbix?dl=0
- nmaddock6 years ago
Helper I
Even 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 ?
- nmaddock6 years ago
Helper I
It is, i removed the offending measure, try clicking one of the industry types to add a filter on. There are loads of records, adding that measure on i get the error your getting now