This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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êsCheck out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 40 | |
| 37 | |
| 31 | |
| 23 | |
| 15 |
| User | Count |
|---|---|
| 76 | |
| 59 | |
| 31 | |
| 31 | |
| 25 |