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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. 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.
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 |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 55 | |
| 31 | |
| 24 | |
| 23 |