Forum Discussion
qwaiti27231
Helper III
9 years agoweek on week
i need the dax formula for week on week for eg count of order Id with 10/9/2017- count of order with 3/9/2017)/count Of order in 3/9/2017 For eg count of order at 3/9/2017= 32 count of or...
- 8 years ago
You can create a measure like below:
7 days ago value = CALCULATE(SUM(Table5[Value]),FILTER(ALL(Table5),Table5[Date]=MAX(Table5[Date])-7))
Regards,
qwaiti27231
Helper III
9 years agov-sihou-msft it doesnt work
v-sihou-msft
Microsoft Employee
9 years ago- qwaiti272319 years ago
Helper III
- v-sihou-msft8 years ago
Microsoft Employee
You can create a measure like below:
7 days ago value = CALCULATE(SUM(Table5[Value]),FILTER(ALL(Table5),Table5[Date]=MAX(Table5[Date])-7))
Regards,
- qwaiti272318 years ago
Helper III
v-sihou-msft is there any way i can contact you...Requesting ur help in many other queries....just joined as BI developer..would appreciate ur help