Forum Discussion
mikeydk
9 years agoNew Member
Basic questions from a beginner
Hey
How do I create a line chart from CSV?
(I do only get SUM/COUNT on sale numbers)
CSV:
Date, Sale
01-01-2017,12
01-02-2017,13
01-03-2017,14
01-04-2017,12
01-05-2017,11
Thanks in advance
Hi mikeydk,
In your sample dataset, you only have 1 row per day. In a real dataset, you may have thousands or millions of rows for the 1st Jan, so you can see why the SUM/COUNT might be useful.
Are you getting a basic line chart now with those numbers?
1 Reply
- Phil_SeamarkMicrosoft Employee
Hi mikeydk,
In your sample dataset, you only have 1 row per day. In a real dataset, you may have thousands or millions of rows for the 1st Jan, so you can see why the SUM/COUNT might be useful.
Are you getting a basic line chart now with those numbers?