Forum Discussion
polman4
3 years agoHelper I
GA4 Connector - Stuck at evaluating when refresh
Hello, I'm running the new version of google analytics connector that supports GA4. I'm running the following code: let
Source = GoogleAnalytics.Accounts([Implementation="2....
polman4
3 years agoHelper I
I also tried to run a very simple query but it gets stuck also.
#"Added Items" = Cube.Transform(#"properties/1",
{
{Cube.AddAndExpandDimensionColumn, "customEvent:nextweb_c_pageuid", {"customEvent:nextweb_c_pageuid"}, {"nextweb_c_pageuid"}},
{Cube.AddMeasureColumn, "eventCount", "eventCount"}
}),
#"Filtered Rows1" = Table.SelectRows(#"Added Items", each ([nextweb_c_pageuid] <> "" and [nextweb_c_pageuid] <> "(not set)"))
in
#"Filtered Rows1"