Jump to content

Week as Category on Bar chart


Aditya Singh 3

Recommended Posts

You can create week date calculated column referencing the formula/expression providedhere:

https://weeknumber.net/how-to/excel

DateAdd("dd",Integer(-6 + (7 * [Wknum]) - DayOfWeek(DATE([Year],1,4)) + 1),Date([Year],1,1))This formula is assuming you need to show week start from Saturday and you have year and week number values in dataset.

If you want week start from Sunday, in above formula, use -5 instead of -6.

If week should start from Monday, in above formula, use -4 instead of -6

 

If you have dates column in dataset and trying to find week start date for that particular date, you can reference below KB article:

https://support.tibco.com/s/article/How-to-show-the-first-day-of-each-week-on-the-x-axis-of-a-chart

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...