Join 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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi ,
We need help in below scenario , if anyone knows the answers its really appreciated for us.
Table A having below column 1st with below values.
Column 1st
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
Table B having below columns with values
Column 1stColumn 2nd
1 | 100 |
2 | 150 |
5 | 175 |
8 | 200 |
Table C once left join between both abve tables
Column 1st | Column 2nd |
1 | 100 |
2 | 150 |
3 | |
4 | |
5 | 175 |
6 | |
7 | |
8 | 200 |
9 | |
10 |
But i want output like this using Power BI desktop DAX
e,g aove table if checked for 3 and 4 there is empty but i want values which preceds.
Column 1st | Column 2nd |
1 | 100 |
2 | 150 |
3 | 150 |
4 | 150 |
5 | 175 |
6 | 175 |
7 | 175 |
8 | 200 |
9 | 200 |
10 | 200 |
Solved! Go to Solution.
Thanks I have found the solution ,
As fill option in transform at Power BI desktop
Hi @Anonymous ,
You can create a new column in your 3rd table as follows:
Use Fill Down?
Thanks I have found the solution ,
As fill option in transform at Power BI desktop
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.