Forum Discussion

hood2media's avatar
hood2media
Resolver II
2 years ago
Solved

DAX-Power Query | selected value from parameter

hi,

if i have created a parameter list called 'station' in power query, can i select a value from that parameter list in a dax formula? this is because i'm also using the parameter list to filter data in power query.

currently i have to hardcode a value in the dax formula as shown below-

MainAirport = "JFK"

 

however, i'd like to select a value from a parameter list, if possible.

kindly advise.

warmest rgds, -nik

 

 

  • noted with thanks again, VijayP .

    for the moment, i'm opting the simple solution using SELECTEDVALUE function and using it with a slicer.

    krgds, -nik

     

4 Replies