Forum Discussion
rfwjr64
5 years agoFrequent Visitor
Dividing
Hello, I am trying to divide a subset of values in one column by the total of the same column. What I am trying to determine is how many records have an EAU$ of less than $2000 and divide that numb...
amitchandak
5 years agoSuper User
rfwjr64 , Try a new measure like
divide(calculate(distinctcount(Table[Column), filter(Table, Table[EAU]<2000)),distinctcount(Table[Column))