Forum Discussion

Harish85's avatar
Harish85
Helper III
3 years ago
Solved

Give parameter on store number

Hi , I want to give Parameter value on column(Store Number) , when I pass store value , report should fetch only data related to that.

 

  if store number =16086 , then report should show only data related to that.

  • Create new parameter from Home ribbon ( Power Query Editor), Select Any Value option from Suggested value dropdown, you can add 16086 to current value option. click on ok - it will create new parameter 

    To apply that parameter - Go to the table, select column (store number) and in filter option select - Number Filters -> "Equals"  and you will have below window open, you can select parameter, as you already have passed required value there your data will be filtered basis to that value.

    You can update or change parameter value from here - 

    or once it is loaded you can change it from power BI desktop here 

    Hope this helps !

2 Replies

  • Create new parameter from Home ribbon ( Power Query Editor), Select Any Value option from Suggested value dropdown, you can add 16086 to current value option. click on ok - it will create new parameter 

    To apply that parameter - Go to the table, select column (store number) and in filter option select - Number Filters -> "Equals"  and you will have below window open, you can select parameter, as you already have passed required value there your data will be filtered basis to that value.

    You can update or change parameter value from here - 

    or once it is loaded you can change it from power BI desktop here 

    Hope this helps !