This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have a table in Power Bi that looks like this example
| Tag | Date | Value |
| A | Jan-20 | 12 |
| A | Feb-20 | |
| A | Mar-20 | 14 |
| B | Jan-20 | |
| B | Feb-20 | 10 |
| B | Mar-20 | |
| B | Apr-20 | |
| B | May-20 | 15 |
| B | Jun-20 | |
| B | Jul-20 | 16 |
I would like to fill the blanks with linear interpolation in a new column. Note that for B Jan-20 no data can be interpolated and it's left as blank.
| Tag | Date | Value | New Column |
| A | Jan-20 | 12 | 12 |
| A | Feb-20 | 13 | |
| A | Mar-20 | 14 | 14 |
| B | Jan-20 | ||
| B | Feb-20 | 10 | 10 |
| B | Mar-20 | 11.66 | |
| B | Apr-20 | 13.33 | |
| B | May-20 | 15 | 15 |
| B | Jun-20 | 15.5 | |
| B | Jul-20 | 16 | 16 |
Solved! Go to Solution.
Hi @igonzalezb ,
Refer to this:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Linear-Interpolation/m-p/330712
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I have the same problem, but the formula given is not working for dates. Can anyone help me?
Hi @igonzalezb ,
Refer to this:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Linear-Interpolation/m-p/330712
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 26 | |
| 22 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 41 | |
| 21 | |
| 18 |