Forum Discussion
cwollett
3 years agoAdvocate II
Finding duplicate rows using DAX
My scenario is a much larger dataset with longer strings for the two columns, but this should be generalizable so for simplicity, let's say I have a base table with the following data: Group Name...
cwollett
3 years agoAdvocate II
Hello! So this does work perfectly on the smaller example scenario. But, as you mentioned, using the larger real data, performance is bad. I might have to make a related table with the list in a column and see what that does to the model size.
Thanks for trying!