Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hello everyone !
I'm trying to load data from Google Analytics 4 onto a dashboard.
I try to get the activeUsers by date and country like so :
Cube.Transform(#"properties/1",
{
{Cube.AddAndExpandDimensionColumn, "date", {"date"}, {"date"}},
{Cube.AddAndExpandDimensionColumn, "country", {"country"}, {"country"}},
{Cube.AddMeasureColumn, "activeUsers", "activeUsers"}
})
But weirdly, the evaluation never stops.
I sent a request directly through the Google Data API, and it worked with no problems.
I have now been waiting for 7 hours, and it still doesn't stop.
I also tried loading with different Dimensions, and it works flawlessly.
It is as if the combination between country and date is throwing PowerBI in a loop.
Did you ever experience that ?
You have two options
a) wait for "Evaluating..." to finish whatever it is doing to the meta data.
b) abandon all hope.
Your choice.
Is there truely no solutions to this ?
I guess it had to be expected, as the connector is in Beta.
Do we have a timeline for the development of this connector ?
Is there any way to file a bug report to the developers ?
If you have a Pro license you can open a Pro ticket at https://admin.powerplatform.microsoft.com/newsupportticket/powerbi
Otherwise you can raise an issue at https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues .
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
29 | |
17 | |
11 | |
9 | |
8 |
User | Count |
---|---|
42 | |
24 | |
21 | |
13 | |
12 |