Forum Discussion
Anonymous
5 years agoNot applicable
Targeting Users by Frequency
Hello, I'm a new user in Power BI and I need help to solve the chalenge bellow. Following 3 Target definitions, I want classify the users..... Someone can help me ? Thanks in advance. Rui L...
Anonymous
5 years agoNot applicable
Hi,
Something like this:
Create the Measure: Number Sale ID = DISTINCTCOUNT(Sale ID)
And then the 2nd Measure:
Target = SWITCH([Number Sale ID],"Medium",2,"Medium",1,"Low","High")
Tks
Rui
Anonymous
5 years agoNot applicable
Already got this.....But still with some problems to create "Target"