Forum Discussion
intrasight
10 years agoHelper IV
Google Analytics connector missing startdate/enddate parameters
I thought this had been asked before, but I didn't find a thread via search. A GA connection has a query pattern like so: let
Source = GoogleAnalytics.Accounts(),
account = Source{[Id="6...
intrasight
10 years agoHelper IV
Hold on. Sampled data is a different matter - not an issue with the connector semantics. If you want unsampled data, you need GA Premium.
ElRichMX10
10 years agoRegular Visitor
not really, if the query is small enough (lets say less than a year) GA won't sample data (in their API) premium or not! If you catch the request with fiddler you can see that PBI is requesting for sampled data! if we could run smaller queries like you ask, i would have what i need. (BTW tableau handles this part just fine... just that im on trial)