Forum Discussion
iqb
3 years agoHelper III
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? DateP...
v-easonf-msft
3 years agoCommunity Support
Hi, 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
3 years agoHelper 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?