Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
User | Count |
---|---|
76 | |
74 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
48 | |
47 |