Forum Discussion
ahumke
Helper I
6 years agoRAND function how to randomly assign to groups
I'm trying to create a measure that will randomly assign people in my file to a treatment group or a control group if their score is above a threshold. I've found the RAND command will generate a ra...
edhans
Community Champion
6 years agoConsider using List.Random inside of Power Query. It will only update on the refresh of the dataset, not as users are working in the report. Here is an article that shows how to do that.