Forum Discussion

lilykim's avatar
lilykim
New Member
2 years ago
Solved

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...
  • ryan_mayu's avatar
    ryan_mayu
    2 years ago

    lilykim 

    pls try this

    Measure 2 = sumx(FILTER(all('Table'),'Table'[week ending]=max('Table'[week ending])-7),[Measure])

    pls see the attachment below