Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi all !
I have searched for a solution to this problem without luck - hopefully this issue is known to others:
I have a table with date and transactions. The problem is that the date is not repeated on the rows - see example below. I am looking for the soluttion to copy the date and replace the "null" with date - until a new date is reached:
My table:
This should read:
Thankful for any hint and suggestions !
Rgds
Eirik B
Solved! Go to Solution.
Hi,
One of ways to achieve this is using Fill Down function in Power Query Editor.
Please check the below picture and the attached pbix file.
Thank you - that did it !
rgds
Eirik
Hi,
One of ways to achieve this is using Fill Down function in Power Query Editor.
Please check the below picture and the attached pbix file.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 8 | |
| 7 | |
| 6 |