We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
How to set up filters for date before getting full data. Right now pbi export all data from day one. Is more than 1.7mil. rows. I reach limit after 1mil and way to use date filter inside pbi is not a option.
So are posible way setdate range parameter (example last 3 month) before export starts?
In adv editor source code:
let Source = GoogleAnalytics.Accounts(), #"1*******1" = Source{[Id="1*******1"]}[Data], #"UA-1*******1-1" = #"1*******1"{[Id="UA-1*******1-1"]}[Data], #"1*******6" = #"UA-1*******1-1"{[Id="1*******6"]}[Data], #"Added Items" = Cube.Transform(#"1*******6", { {Cube.AddAndExpandDimensionColumn, "ga:eventAction", {"ga:eventAction"}, {"Event Action"}}, {Cube.AddAndExpandDimensionColumn, "ga:eventLabel", {"ga:eventLabel"}, {"Event Label"}}, /*{Cube.AddAndExpandDimensionColumn, "ga:date", {"ga:date"}, {"Date"}},*/ {Cube.AddMeasureColumn, "Unique Events", "ga:uniqueEvents"} }) in #"Added Items"
#"1*******1" = Source{[Id="1*******1"]}[Data], #"UA-1*******1-1" = #"1*******1"{[Id="UA-1*******1-1"]}[Data], #"1*******6" = #"UA-1*******1-1"{[Id="1*******6"]}[Data],
My guess, after source location we need somehow set date range parameters.
hi, @viking3000
You could use Parameters feature in Power BI.
This is the tutorial for you to refer to
https://www.mssqltips.com/sqlservertip/4475/using-parameters-in-power-bi/
Best Regards,
Lin
User | Count |
---|---|
67 | |
61 | |
47 | |
35 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |