FIXED, but leaving in case it helps someone else..
@John Adipietro would you believe I'm having this issue again? Problem is, it's four years later and I'm at a different company, so can't go back to see what I did.
I have two data sets - one with hypervisors and one with virtual machines. I'm able to do a LookupEx to pull back hypervisors for all virtuals based on cluster name in each table. I can't seem to get to one hypervisor per virtual, though, because there are multiple hypervisors per virtual. Doesn't make sense to me, but I'm new and not on that side of the fence, so unsure how things are typically done.
Either way, I need to get to one hypervisor per vm so I don't have various in there. I thought about making the hypervisor name unique, but then there's still multiple hypervisors per vm, so if I pull back hypervisor based on vm, it won't do it - the dreaded various again.
Is there a way to count unique rows? So if hypervisor A is listed five times, then it'll show a unique number per row? I've tried UniqueCount and RowCount and I'm not getting the results I thought I would.
I looked at SBahuguna's comment below, but I'm not sure how to do that and looks like she's no longer with Apptio.
Any ideas on how to whittle this down to one hypervisor per vm? Have tried grouping it down as well, but that creates various on the vm side.
Was leaning toward the unique count per hypervisor, and then filtering out all that are > 1, but I can't seem to figure out how to get the count added per unique hypervisor.
That's just me spit-balling, though - you probably have a much better way!