The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
We have suppliers who's seasons over lap years. For instance they start supplying us in Week 42 and end supply in week 7.
I need to write something in Power Query that will get me the year for these weeks.
In this example week 42 is in 2022. So the start year is 2022. How can I write it so that it gives me 2022 as the year for Weeks 42-52 and 2023 for weeks 1-7.
I did write:
if [Week]<42 then 2023 else 2022
but it could be different weeks for different suppliers.
Can anyone help at all?
Hi,
Any chances you can provide how the table where you want to add that formula looks like?
Like this?