Forum Discussion

procyon82's avatar
procyon82
Icon for Resolver I rankResolver I
10 years ago
Solved

Using RELATED()

Hi,   I only recently installed Power BI and I've been testing it for a few days. So far so good except that I am combining data from two different Google Analytics UA- tracking codes and I'm runni...
  • idanco's avatar
    10 years ago

    The relationship between ecommerce and Traffic is one -> many. 

    Which means that for each row in ecommerce you can have more than one row in traffic.

    Therefore, you must use RELATEDTABLE instead of related, And since this is going to return more than one row , You should wrap it in an aggregation function.