Forum Discussion
Topjacket
Helper I
3 years agoCheck 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
Super User
3 years agoTopjacket , 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")
Topjacket
Helper I
3 years agoThanks very much amitchandak
I thought I had tried different combos but I obviously missed this one. All working great now.
Thanks again.