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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
cassidy
Power Participant
Power Participant

Extract Dates from Date Range & Unpivot

I couldn't find this exactly example, sorry if it's repeat.

 

I want to allow users to type in 4 columns....Product, Promotion, Start Date, & End Date.  This happens in an Excel file on OneDrive.

 

My not ideal solution is to make the user type in all the dates needed, separated with commas.  Then I Split Column & Unpivot, this gets me to where I want to be.

CSV.jpg

 

 

CSV2.jpg


CSV3.jpg

 

 

 

Any ideas how to take a Start Date column & a End Date column, find the dates inbetween, split them out into columns and unpivot?

1 ACCEPTED SOLUTION
mwegener
Most Valuable Professional
Most Valuable Professional

Hi @cassidy 

 

look at this.

MCalcDates.png

MResultDates.png

 

List.Dates([Start Date], Duration.Days([End Date] - [Start Date]), #duration(1, 0, 0, 0))

 

If I answered your question, please mark my post as solution, this will also help others.

Please give Kudos for support.

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials


View solution in original post

2 REPLIES 2
mwegener
Most Valuable Professional
Most Valuable Professional

Hi @cassidy 

 

look at this.

MCalcDates.png

MResultDates.png

 

List.Dates([Start Date], Duration.Days([End Date] - [Start Date]), #duration(1, 0, 0, 0))

 

If I answered your question, please mark my post as solution, this will also help others.

Please give Kudos for support.

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials


That's it! Thank you

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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