Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
behnam_ab
New Member

Set Google analytics api filters in advanced editor

Hi,

Is there any possibility to set Google analytics built-in api filters when querying data?

This is my example query steps in advanced  editor,

    let
    Source = GoogleAnalytics.Accounts(),
    #"1234567" = Source{[Id="1234567"]}[Data],
    #"UA-987654-1" = #"1234567"{[Id="UA-52004541-1"]}[Data],
    #"11111" = #"UA-987654-1"{[Id="1234567"]}[Data],
    #"Added Items" = Cube.Transform(#"11111", {{Cube.AddAndExpandDimensionColumn, "ga:pagePath", {"ga:pagePath"}, {"Page"}}, {Cube.AddMeasureColumn, "Pageviews", "ga:pageviews"}, {Cube.AddMeasureColumn, "Unique Pageviews", "ga:uniquePageviews"}}),

I want to add filters like below (regex filter which is avaiable on GA api, but not in powerbi M language formulas)

ga: pagePath=~^.*?([0-9]{6,7}|mpg[0-9]{1,3}){1}\.html[/]?[^ ]*)

Such filters are available through GA api, I just don't know how to pass them to GA through advanced editor!

 

PS: I can't use the alternative "Table.SelectRows" functionality, my filters are advanced GA api filters 

2 REPLIES 2
Brian_M
Responsive Resident
Responsive Resident

Brian_M
Responsive Resident
Responsive Resident

Feedback provided by Microsoft here:

http://stackoverflow.com/questions/36373406/how-to-filter-dimension-values-when-fetching-data-from-g...

 

"

Thanks for your interest!

We don't support regular expression filters today. With Text filters you can generally implement the same filter logic, but admittedly it wouldn't be as concise as your regex.

We welcome requests for new features at https://ideas.powerbi.com, so consider starting a thread there 🙂

 

"

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors