Forum Discussion
munder1978
4 years agoFrequent Visitor
date from filter
HI guys i have a formula in dax that i need add the last and the start date from the filter (date) in the report that the user defined, is possible this? the filter in the report use "fecha c...
- Anonymous4 years ago
Hi munder1978 ,
Here are the steps you can follow:
1. Create measure.
all_amount = SUMX(ALL('Table'),'Table'[Precio])min_Date = MIN('Table'[Fecha Correcta])min_Date = MIN('Table'[Fecha Correcta])2. Use Smart narrative visual objects.
3. In the dialog box that appears, write down the text first, and click +Value to find the corresponding measure
4. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Anonymous
4 years agoNot applicable
Hi munder1978 ,
Here are the steps you can follow:
1. Create measure.
all_amount =
SUMX(ALL('Table'),'Table'[Precio])min_Date =
MIN('Table'[Fecha Correcta])min_Date =
MIN('Table'[Fecha Correcta])
2. Use Smart narrative visual objects.
3. In the dialog box that appears, write down the text first, and click +Value to find the corresponding measure
4. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly