Forum Discussion
Tahech
3 years agoHelper I
Parameter with conditional selectedvalue
Hi guys,
I created the following parameter:
But there is a problem, this parameter needs to be filtered by a selected value, in order to automatically change the field WHEN "var grupo_trabalho" = 353.
I tried the following DAX as an example for you to understand.
Anyone knows how to do it
2 Replies
- amitchandakSuper User
Tahech , refer to my code in the blogs to get the selected value in field parameters
Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f
Field Parameters- Conditional Formatting
: https://amitchandak.medium.com/field-parameters-conditional-formatting-517aacc23fdf- TahechHelper I
TOPN won't work, it needs to be filtered for the example: grupo_trabalho = 353, and the field will be automatically changed.