Forum Discussion
Anonymous
3 years agoNot applicable
Dynamically Set Field Parameter Selection
Hi - First time caller, long-time listener here!
- I have created a field parameter to dynamically select the field represented as the x-axis in a bar graph.
- Next, I have created a slicer to toggle through the different options within the field parameter.
Question: Now, I am looking to dynamically select a value within the slicer based on a variable within my dashboard. Example: if Sales Amount>1M, select parameter A, otherwise select parameter B.
Can someone please assist?
1 Reply
- amitchandakSuper User
Anonymous , I doubt you can change the value like that. It need to be column like
if([Sales] >100000000, [Column 1], [Column2])
So it would be static