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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Expand a date range

Hi community, 

 

have this one fo you:

 

I have this table called TP (travel periods)

 

Travel StartTravel EndIndex
20/11/201812/12/2018TP1
10/01/20193/04/2019TP2
30/04/201926/06/2019TP3

 

what is needed is another table generated from the expansion of Travel Start and Travel End. Something looking like this:

 

Travel Index
Nov-18TP1
Dec-18TP1
Jan-19TP2
Feb-19TP2
Mar-19TP2
Apr-19TP2

 

this will be the conjuction between other tables to combine data together. 

 

I tried with some variables butt came out to be crap.

 

Thank you for your help

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Alright,

 

Then righ-click the original table and select Reference --> this creates another table that references the original TP table (i.e. if the TP table gets updated the updates also carry on to the expanded ), then apply the steps needed in the new table to get the desired result and maintain the origianl table.

 

An updated pbix: pbix

 

Br,

T

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous,

Here's how to do it with Power Query.

In the Query Editor, calculate the days in between the end and start dates:DatesBetween.PNG

 

 

 

 

 

 

 

 

 

 

 

Then add another column that generates all the dates between start and end:

List.Dates([Start],[Subtraction],#duration(1,0,0,0))


dateList.PNG

 

 

 

 

 

 

 

 

 

 

 

 

After that, just expand the new column with the date list.

 

Here's a pbix with everything: pbix

 

Br,

T

 

 

 

 

 

Anonymous
Not applicable

Hi @Anonymous

 

thank you for this, however I need the expansion in a brand new table. 

That's why I would suggest a formulated column/table. 

 

But the TP table should remain as it is (it has another purpose)

 

 

Anonymous
Not applicable

Alright,

 

Then righ-click the original table and select Reference --> this creates another table that references the original TP table (i.e. if the TP table gets updated the updates also carry on to the expanded ), then apply the steps needed in the new table to get the desired result and maintain the origianl table.

 

An updated pbix: pbix

 

Br,

T

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.