Forum Discussion
Napes001
2 years agoRegular Visitor
Column A Sum based on Column B Dates
Im trying to get the measure sum of a column from a table by the dates of the second column and display as sum which is then filtered by the date calander. Example: Ordered Amount Deliver...
- 2 years ago
hi Napes001 ,
try to plot the month column with a measure like:
measure = CALCULATE( SUM(data[Ordered Amount]), data[Delivery Date]<>BLANK() )it worked like: