Forum Discussion
qwerty1253
2 years agoFrequent Visitor
DATEADD CON PARAMETROS - NO FUNCIONA
Es posible hacer funcionar la funcion DATEADD con un parametro en vez un numero exacto? EStoy intentando esto pero no funciona: Due_date_extended = dateadd('Ventas'[dueDate], Parametros[valores_...
- Anonymous2 years ago
Hi qwerty1253 ,
It seems to be able to work correctly, but I am not clear on what you intend, you can check the results below:
Hope it helps!
Best regards,
Community Support Team_ Scott ChangIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
qwerty1253
2 years agoFrequent Visitor
Hi, the values are integers. And the measure is: SELECTEDVALUE(Parameters[selected_values],0). Still, when I click on the filter, it doesn't seem to select it, it shows it fine on a card, but it doesn't take it to the function. The function returns the same date of origin, it does not add the N days.