Forum Discussion
jip3134
1 year agoRegular Visitor
help for dynamic measure with date
Hi I used a static filter in my report in order to filter events after the date of the current day I oblige to update regularly this date So I try to create a dynamic mesure My date field is ca...
- 1 year ago
this works fine
Dynamic_Warranty_Date = CALCULATE( MAX('CMDB'[Warranty expiration]), FILTER('CMDB', 'CMDB'[Warranty expiration] > TODAY()) )
Ashish_Mathur
1 year agoSuper User
Hi,
Try this measure
Dynamic_Warranty_Date = CALCULATE(SUM('CMDB'[Warranty expiration]),filter('CMDB','CMDB'[Warranty expiration] > today()))jip3134
1 year agoRegular Visitor
Hi
Unfortunately, it doesn't works
If i use you measure in another table, i have strange the result below
- Ashish_Mathur1 year agoSuper User
Cannot understand unless i see your data.
- jip31341 year agoRegular Visitor
Here is the file
- Ashish_Mathur1 year agoSuper User
Show the result you are expecting.