Can anyone help me? I am using weeknum(date) function and it is giving me right answer as rule of Microsoft. But How can i show Week 1 for 7 days and so on.
Like from Jan 1 to Jan 7 2016=Week 1
Jan 8 to Jan 14 2016= week 2
.
.
.
Jan 1 - Jan 7 2017= Week 1
Jan 8 to Jan 14 2017= week 2
and so on
Solved! Go to Solution.
Hi @sewaktamang
This calculated column gets pretty close
Column = INT((INT('Table'[Date] - DATE(YEAR([Date]),1,1)))/7)
Hi @sewaktamang
This calculated column gets pretty close
Column = INT((INT('Table'[Date] - DATE(YEAR([Date]),1,1)))/7)
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
436 | |
194 | |
105 | |
56 | |
49 |
User | Count |
---|---|
468 | |
232 | |
128 | |
75 | |
71 |