Forum Discussion
Nyarlathorep300
2 years agoRegular Visitor
Computing chi squared in Dax - missing values
I have a regularly changing dataset, on which I'm trying to create a measure that computes chi squared statistics. I want a measure so the underlying data can be filtered and the statistic will be re...
lbendlin
2 years agoSuper User
Any particular reason for not using the built-in function?
Nyarlathorep300
2 years agoRegular Visitor
That function requires the input X the sum ofvthe squares of the variation from the expected values, which is the number I'm trying to compute.
- lbendlin2 years agoSuper User
If zero people in a ethnic group gave a particular LeavingFactor answerIs that because there were no leavers in that group or because they left but didn't fill the survey?
You can consider using COALESCE to fill voids.