Forum Discussion

purnima13's avatar
purnima13
Icon for Helper I rankHelper I
8 years ago
Solved

Transaction id from Google Analytics connector

I am using the Google analytics connector to get the transaction ids with channel grouping within certain dates.

 

When I export directly from google analytics (actual) and compare with what I get from the google analytics connector, the connector in power BI gives me way way less transaction ids.

How do I fix this?

 

 

cube transform:
= Cube.Transform(#"XXXXXXXXXX",
{{Cube.AddAndExpandDimensionColumn, "ga:channelGrouping", {"ga:channelGrouping"}, {"Default Channel Grouping"}}, {Cube.AddAndExpandDimensionColumn, "ga:transactionId", {"ga:transactionId"}, {"Transaction ID"}}, {Cube.AddAndExpandDimensionColumn, "ga:date", {"ga:date"}, {"Date"}}, {Cube.AddMeasureColumn, "Revenue", "ga:transactionRevenue"}})"ga:date"}, {"Date"}}, {Cube.AddMeasureColumn, "Revenue", "ga:transactionRevenue"}})

  • purnima13's avatar
    purnima13
    8 years ago

    Thank you :)
    I got the right data by linking google analytics to a google doc with a scheduled refresh instead of directly into BI.

    And I connected BI to this google doc.

2 Replies