Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
TravisK911
Frequent Visitor

Creating a 2-2-3 Schedule in Power Query

I have a table with dates in it and I need to assign either an "A" or "B" to the dates based on a pitman or "2-2-3" schedule.  For example:

Monday = A

Tuesday = A

Wednesday = B

Thursday = B

Friday = A

Saturday = A

Sunday = A

Monday = B

Tuesday = B

Wednesday =A

Thursday = A

Friday = B

Saturday = B

Sunday = B 

The whole scedule repeats every two weeks.

 

I'm not sure how to apply the "A" or "B" designator in Power Query.  Any ideas?

1 ACCEPTED SOLUTION
edhans
Community Champion
Community Champion

There are probably a few ways to do this, but this uses the ribbon almost exclusively without generating lists.

edhans_0-1630974501168.png

Here is what I did:

  1. Created a table of the letters, all 14.
  2. Added an index starting at 0 to it. So they are numbered 0-13.
  3. From my dates, starting with Monday, created another list going out several month.
  4. Added an index starting at 0
  5. Took the modulus of the index divided by 14. This returned a repeating sequence of 0-13 through infinity.
  6. Merged this with the table of my letters in steps 1/2 above.

My file is here if you want to take a look at it.

 



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

4 REPLIES 4
TravisK911
Frequent Visitor

This looks like it will work.  Nice job!  

Glad to help @TravisK911 



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting
wdx223_Daniel
Community Champion
Community Champion

wdx223_Daniel_0-1630991303172.png

 

edhans
Community Champion
Community Champion

There are probably a few ways to do this, but this uses the ribbon almost exclusively without generating lists.

edhans_0-1630974501168.png

Here is what I did:

  1. Created a table of the letters, all 14.
  2. Added an index starting at 0 to it. So they are numbered 0-13.
  3. From my dates, starting with Monday, created another list going out several month.
  4. Added an index starting at 0
  5. Took the modulus of the index divided by 14. This returned a repeating sequence of 0-13 through infinity.
  6. Merged this with the table of my letters in steps 1/2 above.

My file is here if you want to take a look at it.

 



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.