The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
Solved! Go to Solution.
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.
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.
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.
No need for DAX code. Use the "Fill Down" option in Power Query.