Forum Discussion
iqb
Helper III
3 years agoDoes 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? DateP...
v-easonf-msft
Community Support
3 years agoHi, iqb
It seems that you are trying to pass multi-values to a single parameter, please check if the content in the link below could help:
Creating Dynamic M query parameters
Best Regards,
Community Support Team _ Eason
iqb
Helper III
3 years agoFor 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?