Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I need to create a line chart using below data. when I tried it is summing up all the values.
Is it possible to show three values for single date in a line chart? Please help.
if not please suggest good chart to show case.
| Date | BOD | EOD |
| 07/14/2021 | 9.3 | 9.5 |
| 07/14/2021 | 10.3 | 10.6 |
| 07/14/2021 | 9.7 | 9.8 |
| 07/15/2021 | 9.6 | 7.8 |
| 07/15/2021 | 10.5 | 11.3 |
| 07/15/2021 | 9.8 | 10.2 |
Solved! Go to Solution.
@Anonymous , And the random number to DateTime
Date time= [Date]+ Time(0,0,rand() )
Then try these new columns
Hi @Anonymous ,
Yes,We can have a multiple lines in the Line chart.
I have tried you can check it out in attachment.
It is showing the values for BOD and EOD for a particular date when hover over on the markers without summing up in the tooltip of line chart.
Hi @amitchandak ,
Some how your formula is working, but two rows are showing same value and one row is showing another value. I need three rows should be different. Any help is highly appreciated.
Thanks,
Rajendra
@amitchandak , thank you.
But only problem with this formula, is I am getting x axis as more lines.
One date is dividing into three after adding random values.
is there any way we can show three values in one single date? I have around 6 measures and one date (dimension).
Please suggest.
Thanks,
Rajendra
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 54 | |
| 40 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 94 | |
| 83 | |
| 33 | |
| 32 | |
| 24 |