Forum Discussion
anmoltripathi5
1 year agoFrequent Visitor
Dynamic Parameter with values based on selected value through the slicers
Please help me with the below problem. I have products in my data like product1, product2, product3 and so on. These products have presence in different countries. For example product1 is presen...
danextian
1 year agoSuper User
If by a dynamic parameter you mean to create a list of countries that are not present in selected products' countries, the you need to duplicate your product table and use a measure to filter the visible countries in a table visual.
If you're referring to the field parameter, the fields you added to it are what you get and won't change based on slicer selection. The field parameter feature creates a calculated table and calculated tables are updated only if the underlying data has been refreshed or the formula has been in any way modified. Please see attached sample pbix.