Forum Discussion
giogua0483
2 years agoFrequent Visitor
Parameter fields options
I have in three parameter group that are linked in a matrix with Rows, Columns and Value a list of parameter to set. One of these is the same for the three parameter. Is possible to exclude the pos...
giogua0483
2 years agoFrequent Visitor
More in detail I have created a measure that give me:
the value 0 if no one of the three parameter is selected
>= 2 if are selected a minimum of two.
If the value is > 2 I would like to modify this inside the parameter with DAX
"Imone", NAMEOF('GL_MES_KA_PMA'[Imones_Kodas]),0),
("Pardavimai Eur", NAMEOF('Calculations'[Pardavimai Eur]),1),
("Pardavimai kg", NAMEOF('Calculations'[Pardavimai kg]),2),
and delete the row
"Imone", NAMEOF('GL_MES_KA_PMA'[Imones_Kodas]),0),
It's possible?