Forum Discussion

FinanceIntern's avatar
FinanceIntern
New Member
8 years ago
Solved

Trouble with Data Count

I have a large database with various financial metrics including stock price. I want to show the trend of the stock price over time, however the line chart is displaying the count of stock price and I cannot figure out how to change this. The table below gives a basic idea of what the data looks like. Any suggestions?

 

DateCompany A
09/24/200740.87
09/25/200740.13
09/26/200740.4
09/27/200740.75
  • Anonymous's avatar
    Anonymous
    8 years ago

    Change it to "Sum" or "Average" or any of the other aggregate measures; since you only have one value per date, "Sum" will work just fine.

     

    In your case, "Average" might be the most prudent measure that you'd use in other visualizations, so I'd recommend you change the default aggregation. Select your Stock Price column and you'll find the option in the Modeling tab at the top. See screenshot:

     

5 Replies

  • Out of my understanding, you need Company A values as a Line against the dates.

     

    Just drop the Date column into axis field(remove date hierarchy and select Date) and Company A into values field.

  • fhill's avatar
    fhill
    Resident Rockstar

    I have this problem when PowerBI see's my numeric values at Text or another format.  Make sure the column is formatted as Decimal Number or another numeric like value.  FOrrest

    • FinanceIntern's avatar
      FinanceIntern
      New Member

      I appreciate the response, however I am still having trouble. I have formatted the stock  price column as fixed decimal (see picture below). When I add the stock pric to the line chart, it immediatley changes to 'count of stock price'. What do you think the issue is? Could it simply be due to the large data set?

      • Anonymous's avatar
        Anonymous
        Not applicable

        Change it to "Sum" or "Average" or any of the other aggregate measures; since you only have one value per date, "Sum" will work just fine.

         

        In your case, "Average" might be the most prudent measure that you'd use in other visualizations, so I'd recommend you change the default aggregation. Select your Stock Price column and you'll find the option in the Modeling tab at the top. See screenshot:

         

  • if the values are formatted as decimals not text, you should just be able to put date into axis and company into values.