Introduction Anybody can be a data analyst but what separates a good data analyst from a great one is what you can do and present.In this article i will be giving step by step guidelines from turning a raw data to an inteructive business dashboards and giving insights.We will generate our sales data from Mickaroo,use Python to turn the json file to csv,analyse with Sql and visualize with Power Bi. 1.Generatig the sales data. You will go to your browser and search Mockaroo.com.Once open,hit the generate data button and give AI a comand to generate the data for you.You can select the number of rows that you want your data to have.Once its done,save the data as a json file. a.Viewing the data Once your data is generated and saved in your files in your machine,go to your Github acound and add that file to your repo. Once you open that file,hit the daw button and you will see something like this: 2.Importing using Python.…