Forum Discussion
Pivot Timeline - calendar weeks
- May 15, 2020
hi nklueber,
best to my knowledge there no weeks timeline slicer, what I can suggest you to make helper column and generate week number and drag that column as slicer in your pivot table.
below formula to construct year with week number
=YEAR(A2)&"-"&TEXT(WEEKNUM(A2,2),"00")
Regards, Faraz Shaikh | MCT, MIE, MOS Master, Excel Expert
If you find the above solution resolved your query don't forget mark as Official Answer to help the other members find it more
hi nklueber,
best to my knowledge there no weeks timeline slicer, what I can suggest you to make helper column and generate week number and drag that column as slicer in your pivot table.
below formula to construct year with week number
=YEAR(A2)&"-"&TEXT(WEEKNUM(A2,2),"00")
Regards, Faraz Shaikh | MCT, MIE, MOS Master, Excel Expert
If you find the above solution resolved your query don't forget mark as Official Answer to help the other members find it more
=VALUE(YEAR(A2)&TEXT(WEEKNUM(A2,2),"00")