I've a table like below in Power BI with only the start and end date with the value between this dates.
Start_date | End_date | Value |
---|---|---|
2020-12-01 | 2020-12-03 | 7 |
2020-12-04 | 2020-12-17 | 8 |
2020-12-18 | 2020-12-21 | 6 |
2020-12-22 | 2099-12-31 | 7 |
How could I show the value of a specific day (e.g. on 2020-12-20 the show value be 6) using a measure?