Forum Discussion

saqster's avatar
saqster
Regular Visitor
9 years ago
Solved

HELP: Basic questions regarding Analyzing Stock Market Data

Hi Everyone

I'm new, so pls excuse dumb or repetitive questions. I'm also somewhat confused on how to use the tool, even though I've been through hours and hours of youtube videos an dweb pages , so am forced to ask here.

 

PS my background is in programming from years ago and not from data analysis (plus i hate sql queries :D ).

 

I am trying to analyze and correlate different stock's data.

 

The stock data comes in csv files. These files have about 3.5 millions rows and approx 8 columns of csv delimited data.

 

If these files were smaller I would be happy using Excel but my pro plus  Excel 2016 cant handle these large files so  I have to consider Power BI or Access. I would prefer to use PowerBi.

 

The task I am trying to  accomplish is as follows

 

1) import the csv files in to Power BI

2) Clean the data

3) link files primary keys to each other (using date time stamps columns)

4) Create new columns that usually compute results using previous rows values

5) Then filter data by certain conditions (from Columns created in step 3 + dates, etc)

6) Generate basic descriptive statistics (average, std deviation, etc) from the filtered data, and do further analysis

 

I can do all of the above with Excel on smaller files and am comfortable doing it.

 

With PowerBi , I fail miserably at step 4 - I can't make heads or tails out of DAX expressions and I have tried looking at hours of videos but no joy.

 

 MY first question is-

1) Is PowerBI cut out for this task or should I be using a combination of MS Excel and Access?

2) If yes, how do i as a old school prgrammer learn DAX quickly enough to be able to do the computations required to generate the new columns? (I've looked at answers in this forum but coudn't understand how the DAX code worked e.g. I think the row issue was solved in this post add previous row values)

 

The Videos I watched on DAX, power pivot etc I found hard to understand because they are constantly using examples and terminology Im not familiar with. I'm relativley certain if there was a lesson somewhere that simply explained how DAX works theoretically as oppsed to a language like C, etc  OR  a direct comparison to Excel cell operations, I could figure this out myself, but so far I have not run in to such examples.

 

PLS HELP, I AM DESPERATE. All pointers will be appreciated - Thank you.

3 Replies