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

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

Reply
rickferreiran
Helper I
Helper I

Create a table with one row per month with data from next month

Hello I have a table with following data
id date total
1 01-02-2025 20
2 01-02-20025 40
2 01-05-2025 30

My goal is to have one row for each month of the current year, carrying forward the same data until the next month has new data.
goal
id date total
1 01-01-2025 20
1 01-02-2025 20
2 01-01-2025 40
2 01-02-2025 40
2 01-03-2025 30
2 01-04-2025 30
2 01-05-2025 30

I only show data until the previous month of current month.
Can someone help me with dax code to create a dax table with my goal? Thanks

1 ACCEPTED SOLUTION
v-nmadadi-msft
Community Support
Community Support

Hi @rickferreiran,

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

Thank you.

 

View solution in original post

3 REPLIES 3
v-nmadadi-msft
Community Support
Community Support

Hi @rickferreiran ,

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If our responses has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.


Thank you.

v-nmadadi-msft
Community Support
Community Support

Hi @rickferreiran,

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

Thank you.

 

lbendlin
Super User
Super User

No need for DAX code. Use the "Fill Down"  option in Power Query.

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!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors
Top Kudoed Authors