Forum Discussion
lilykim
2 years agoNew Member
How do I insert different date filter for one column only?
Week Ending Actual Goal Current Ratio % Previous Ratio % MM/DD/YYYY HH:MM A B (Table[Actual]/Table[Goal])*100 ((Table[Actual]/Table[Goal])*100)-7 ??? Hello, I'm trying to dis...
- 2 years ago
pls try this
Measure 2 = sumx(FILTER(all('Table'),'Table'[week ending]=max('Table'[week ending])-7),[Measure])pls see the attachment below