Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hello,
my problem is that I have to make a basic line graph out of this table but only for one date at a time. So in this case I underlined the 02.01.2020 and I need the x value and the corresponding y value in a line graph and I have to be able to change the date on the report-page at any time.
I have tried a lot but I am somehow not able to do it.
| Date | x | y |
| 01.01.2020 | 1 | -0,3 |
| 02.01.2020 | 1 | -0,2 |
| 03.01.2020 | 1 | -0,1 |
| 01.01.2020 | 2 | 0,1 |
| 02.01.2020 | 2 | 0,2 |
| 03.01.2020 | 2 | 0,3 |
| 01.01.2020 | 3 | 0,7 |
| 02.01.2020 | 3 | 0,8 |
| 03.01.2020 | 3 | 0,9 |
@timmy1234 , is you issue resolved from the last update, or do you need more help
HI @timmy1234,
You only need to create a link chart with x on axis, y on values, then use slicer or visual level filter with date fields to control which graph displays. (if you do not apply the filter on date, line chart will display the summary graph)
In addition, if you want to display multiple lines at the same time, you can consider adding date to legend fields to color your lines.
Regards,
Xiaoxin Sheng
Hi @timmy1234 ,
Create a slicer with the date then do your chart with the x on the x on axis and Y on values.
Then just choose your slicer options to be single selection.
Check PBIX file attach.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsDon't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 22 | |
| 21 | |
| 20 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 37 | |
| 29 | |
| 24 |