Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, I work at a plant where they work in 3 shifts all connected to a team that cycles every week.
I need to lineup the teams against the shift in the shift table, I made a calculated team table with some help of the community.
So the W/C is already in, now I need to make a new column in the shift table with the teamcolumns from the team table lined-up. So you get the slicer working you see below.
Does somebody know how I can do this?
Thanks in advance!
Calculated Team Table:
Shift table W/C:
Shifttable shiftName:
Need this slicer as result:
Solved! Go to Solution.
That's not really the question, the thing is that I need to lineup, the teams of the team table, behind the shifts at the shift table. The shifts the teams have are depending on the date, see team table. So wich shift is runned by wich team depends on the date. The team table automatically generates that schedule every week. W/C is the begin of the week.
We need to create a measure that manages this.
After you have the unpivoted data you'll have day, evening, night in one column (Attribute) - could you then join on the shift table W/C to Team table W/C and shift table ShiftName and Team Table Attribute - using USERELATIONSHIP in DAX? (after creating the relationships in model view)
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Hi,
you could highlight all 3 shift fields and unpivot them in power query
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!