March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I have a standard fiscal calender which I liked to populate with our companies bespoke FY details which are held within another Power Query:
I've tried the following:-
Neither options returned a workable solution 😥
Any assistance would be warmly welcomed
Solved! Go to Solution.
You could try to add to your table containing SoW and EoW, a column that will contain the dates between the start and end :
In power query
1. go to add column -> Custom column
Type the following code:
={Number.From([Start])..Number.From([End])}
where you replace [start] and [end] with the right col names
This will add you a new column. Then click on the icon on the right and select "Expand to new rows"
This will add you a row per date; you'll only have to transform the type to date as it will be numeric:
Then, you could merge your date table with this table, based on the newly created column. You'll have matching values as both contain daily rows.
After merge, you can chose to keep only the FY detail column.
Could you try that and tell if this corresponds to your need? Don't hesitate if smth is not clear.
Regards,
You could try to add to your table containing SoW and EoW, a column that will contain the dates between the start and end :
In power query
1. go to add column -> Custom column
Type the following code:
={Number.From([Start])..Number.From([End])}
where you replace [start] and [end] with the right col names
This will add you a new column. Then click on the icon on the right and select "Expand to new rows"
This will add you a row per date; you'll only have to transform the type to date as it will be numeric:
Then, you could merge your date table with this table, based on the newly created column. You'll have matching values as both contain daily rows.
After merge, you can chose to keep only the FY detail column.
Could you try that and tell if this corresponds to your need? Don't hesitate if smth is not clear.
Regards,
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
16 | |
13 | |
12 | |
9 |
User | Count |
---|---|
36 | |
31 | |
20 | |
19 | |
17 |