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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
timetothink
New Member

Splitting row in multiple rows by date range

Hi BI community,

 

I am looking for a solution with row data I have, which I need to be split up in mutiple rows by a date range. 

I am getting a start and end date with a monthly value in one row from a system.

I want to get that split up in one row per month, so that I can work with those values in my reports.

 

Any ideas how this could be solved? Can I somehow generate a query that splits up the rows like shown below?

 

I appreciate any help that points me to a solution.

 

The source table looks something like that:

timetothink_0-1686820728667.png

 

The outcome should look like this:

timetothink_1-1686820754418.png

 

1 ACCEPTED SOLUTION
Ahmedx
Super User
Super User

Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.

https://1drv.ms/u/s!AiUZ0Ws7G26RiGuphOTM9phaNVYh?e=TSmIVh

List.Generate(
    ()=>[Start Date],(x)=>x<=[End Date],(x)=>Date.EndOfMonth( Date.AddMonths(x,1))
     )

Screen Capture #1251.pngScreen Capture #1252.png

View solution in original post

2 REPLIES 2
timetothink
New Member

Thank you for the quick response. Exactly what I needed.

Ahmedx
Super User
Super User

Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.

https://1drv.ms/u/s!AiUZ0Ws7G26RiGuphOTM9phaNVYh?e=TSmIVh

List.Generate(
    ()=>[Start Date],(x)=>x<=[End Date],(x)=>Date.EndOfMonth( Date.AddMonths(x,1))
     )

Screen Capture #1251.pngScreen Capture #1252.png

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.