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
hood2media
Resolver I
Resolver I

power query | dynamic selection/filtering using directquery to bring in data

hi,
currently  i manage to import data from google bigquery using following power query script

let
Source = Value.NativeQuery(GoogleBigQuery.Database(){[Name="h2m-aviation"]}[Data], "select * from aviation.us.airports where (ORIGIN='JFK' or DEST='JFK')", null, [EnableFolding=true]),
#"Sorted Rows" = Table.Sort(Source,{{"FL_DATE", Order.Descending}})
in
#"Sorted Rows"

however, as can be seen above, the selection/filtering of ORIGIN & DEST is hard-coded. kindly advise on how to make dynamic selection/filtering such that i can choose other values from a list that i can create separately (e.g. airport_list with choices for JFK, LAX, SFO) that brings back data from google bigquery based on the selected value (for ORIGIN or DEST(ination) airport).

 

thanks & kind regards,

-nik

1 ACCEPTED SOLUTION
2 REPLIES 2
hood2media
Resolver I
Resolver I

many thanks, @amitchandak.

i thot i cud find a power query / m-lang solution to this as m not so familiar wth sql at this moment. 

 

nonetheless, i'll check accordingly.

krgds, -nik

amitchandak
Super User
Super User

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.