Forum Discussion
Anonymous
5 years agoNot applicable
How do I pivot this data for a chord chart?
I'm trying to pivot some data so that it can feed into a chord chart but I'm not quite sure what to do. I'm trying to find each group that overlaps with other groups and how often they overlap. Ultim...
Greg_Deckler
Community Champion
5 years agoAnonymous This strikes me as a permutations/combinations kind of thing. See if recipe 9 in Chapter 10 of my book, DAX Cookbook helps. gdeckler/DAXCookbook (github.com)