Forum Discussion
Anonymous
4 years agoNot applicable
Clustering with Power BI
Hello I have data fields like: Gender, Height, Weight, Disease with values like: M/F, 110-220cm, 40-250kg, Y/N How can I identify distinct groups of the above and their probability to have...
amitchandak
Super User
4 years agoAnonymous , if all these are columns in same table, you can switch true() and create a new column
Swich( True() ,
[Weight]="120-150kg" && [Gender]="F" && [Height]="150-160cm" , "Y"
//Or you can >= and <= [Height]>=150 && [Height] <=160
// Add others ,
"N") //else value