Reputation: 1
I require your guidance for my needs.
I want to create a parameter based on month that will help me filter the data report based on the selected month parameter. Example if the parameter I choose is January then I want to put the filter on my datasets only the January.
Currently I create default parameter by get the first date and last date of the current month and previous month. I want to upgrade these parameter with just select the month.
Hope you all can get what I need.
Thank you in advance.
Upvotes: 0
Views: 1021
Reputation: 206
You have two options:
1- Create the parameter and enter the available values as a list manually
2- If you have a date table in your dataset, you can create a dataset that queries this table and returns the list of the months. You would then use this query as a source for your parameter
Upvotes: 1