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
iqb
Helper III
Helper III

Firebase events data in Google Big Query without loading

In Google Data Studio we can create data sources which are simple SQLs that run on run time to show data in charts.

 

For example, showing scorecard we write,

 

```

SELECT
event_date, event_name, UPPER(device.operating_system) AS Platform, app_info.firebase_app_id, geo.country AS Country,
FROM `analytics_xxx.events_*` WHERE event_name = 'first_open'

```

On runtime the dasboard load data from Google Big Query and show it on dashboard in Google Data Studio. Is it possible the same in Power BI? It look like Power BI always ask to load all data and I cannot load the data because table names are dynamic in Firebase and we have huge data. 

 

1 ACCEPTED SOLUTION

Hi @iqb ,

 

As far as I know, you can add SQL statement in advance options to get data as you want from Google Big Query.

RicoZhou_0-1665731857297.png

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
iqb
Helper III
Helper III

Hi @iqb ,

 

As far as I know, you can add SQL statement in advance options to get data as you want from Google Big Query.

RicoZhou_0-1665731857297.png

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

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.