Forum Discussion
Topjacket
3 years agoHelper I
Check if customer reference contains full data.
Hi I am hoping this will be easy but I can't get it to work. I am trying to add a column (so I can filter certain records from output) which counts the distinct number of "Month & Year" in the en...
- 3 years ago
Topjacket , Sorry my bad, used , inplace of =
if(distinctcount(Table[Month Year])= calculate(distinctcount(Table[Month Year]),filter(Table, Table[Customer]= earlier(Table[Customer]))) , "Yes", "No")
amitchandak
3 years agoSuper User
Topjacket, a new column
if(distinctcount(Table[Month Year]), calculate(distinctcount(Table[Month Year]),filter(Table, Table[Customer]= earlier(Table[Customer]))) , "Yes", "No")