Forum Discussion

iqb's avatar
iqb
Helper III
3 years ago

Does Dynamic M Parameter Supports Date/In Slider?

I have table that bind its columns with parameters. For example, `TableA.DateColumn` is bind with `DateParameter`. Now I have a date filter like,

 

Now how can I access this in M Query? DateParameter`

 

 

 

2 Replies

    • iqb's avatar
      iqb
      Helper III

      For list I know I can select and get many values using `List.Transform(Name, each` but how can I get first and second date in range in belo pick?