Hey Alex, I found your channel about a year now. I took most to the project with you. Created a profile for myself shared with with employers. I got a job with of one the biggest real estate firms in Nigeria as a Research Analyst. I am back for more 😊 Thank you, Alex.
I love that you didn't overprepare and explained your thinking process when dealing with problems that occurred. This is more valuable than having it all planned out in advance.
Exactly, this is another thing I love so much about this video. He made it look so real like I am doing it and thinking on what to do next. Thank you again Alex.
Olá Luís, from a fellow countryman, congrats on your first job. I'm also looking for my first job. Can we get in touch? I'd love to get some tips from you.
Hi Alex, I am from India. When I decided to switch my career as a Data Analyst, I don't have any clue where to start. But once I started watching your videos I understood I am in a right place. Thank you very much for your efforts. I really enjoyed working with this real time data. I appreciate it.
36:30 You can go into visualisations, format visuals, under visual select detail labels, then select values. "Value decimal places" will change the decimals to however many you want to display. I usually set it to 2 ;)
Thank you for this Alex. I'm still in the process of finding and landing a job. Did my first data analyst interview last Saturday. Unfortunately did not pan out but I'm not giving up! I'm adding this to my portfolio and keep building and moving from there
Hey. At 15:37 , you can just go to Applied Steps and drag the Added Custom step below the Changed Type3 step and that will automatically fix the errors. Thanks for this awesome project!
Alex, I'm learning SOOOOOO much from your Bootcamp series!! This is my 4th project and I was so much more confident. I had a breakthrough doing this project--had lots of fun. I'm very eager to watch more videos from you on in-depth cleaning, but I thought this was a fantastic tutorial! I so appreciate you and all the time you put into building this terrific series. As always, THANK YOU!
Thank you so much for the walkthrough! As a future intern, this tools have fed me the fundamental foundations giving me a lot of energy learning more about the visualisation.
I can't thank you enough Alex for what you are doing to help the Data community. You bring so much valuable insight and knowledge to so many people all across the world. Please continue to do what you do, you are extremely valuable to so many!! Your videos are a huge reason why I decided to make the career change to Data Analytics. Now, if I could just land my first role, that would be the icing on the cake!!
Hi, this is really useful for someone who isn't working in data analysis, but helping to understand it and make it more presentable and easier to digest for stakeholders.
You save my day!! I've just simplified a bunch of excel work with this video, something that I think Power BI needs to improve a lot is the design tools... Imagine how powerful would be if we can design like we can in figma...
hands off to you. You are the best person available on RUclips breaking everything into a way that can be understood by us who are freshies to this field. Salute to you. Love you so much make more videos like this.
At 13:39 to remove the minus "--" and "k" it's simpler to just highlight Q3 Current Yearly Salary, Split Column by Delimeter, Custom is the minus"-", use each occurrence then ok. This will create only 2 columns. One with 106k the 1st half and the 2nd with 125k the 2nd half. Highlight the column and right click to find replace value. The value to find will be k, Replace with just leave blank and your done in fewer steps.
Hello Alex, Thanks for making Power BI very easy like the way you made in Excel & SQL 😊 I created this project on my own and am looking forward to your project with DAX functions as you said about in one of the videos that will do something for 2hours. If you already did that add into the playlist or do it if you have some moment in your schedule 🤗 Thanks again for all the great lessons !
Hi Alex, I really enjoyed the whole playlist on Power BI. I finished watching all those in just a day because that is how interesting your teachings were and gained a lot of knowledge. I would love to learn more from your videos in the upcoming days. Thanks a lot.
Hey Alex, thank you soo much for teaching a beginner like me with no prior knowledge on how to use Power BI. Your bit sized videos along with the clarity were excellent to get familiar with the dynamics of Power BI. Thank you again, you have been a great teacher, looking forward to learn more tutorials from you, Cheers! 🙌❤
I look forward to landing a god data analyst role with your guided projects in my portfolio. These are the best tutorials for data analysis. Thank you.
Hi, ALex. I have few questions? 1. How to show my tableau, powerbi, excel project? I meant How do I show recruiter my powerbi and tableau project. 2. Do my project need to be an end-to-end project where I should be using a single dataset showing data manipulation using SQL and then export it to tableau or powerbi for creating dashboard. Is it okay to have SQL project, tableau and powerbi project different from one another. 3. I have difficulties while solving complex SQL queries. I need lot of time to solve complex queries. In beginner level role, how much complex queries I need to prepare for interview. Do interviewers ask complex queries to solve in live interview or give complex queries as task or assignment to solve? 4. how do I know I am ready to sit for powerbi and tableau interview? I meant how much do I need to know about powerbi and tableau to sit for an interview.
Hi Alex, thanks for your video. Could you please explain how you removed the filter after replacing the '+' in the duplicated salary column? I did what you showed in the video but could not get the entire values in the column back. I can't un-filter the column.
Hi Alex, To start, I want to thank you very much for your video series. It has been very helpful for my Power BI knowledge. This is the first video series I have fully completed. So once video series. Thank you very much. Great work. 👍
Hey Alex, I'm learning from Thailand. (just want you to know that you also have Thai follower lol) I've no other words than a huge thanks to you, i've just finished you SQL, Tableau, and this video it the latest one, it's help me a lot made me able to present my work difference way other than the excel table. Keep up good work and once again, thank you.
@16:00 mark when Alex changes the formula to recreate that custom column after he changed the type for the previous two target columns you can actually just reorder the custom column in the applied steps to go after the 'Changed Type' and that will have the same result rather than recreating the formula
I love this playlist you created on Power BI. I really love the final project you used; using professional survey. However, you didn't show how to publish our dashboard. I'm new in the field.
Great Project - thanks Alex! I'm more of a Tableau User myself than Power BI, so I recreated a similar dashboard but in Tableau instead. Creating that Gauge Chart in Tableau was a LOT more challenging than I initially thought, since I had to do it from scratch. But worked out!
Thank you so much for the great videos. I admire your composure and fluency in teaching. You are not just a teacher but a leader. See you at the top Alex! Have a pleasant day 🙏
Thank you so much Alex. Your content has always been of great help and I love the fact that you always share your dataset to enable one to work along with you.
Hi Alex, I have been following you and your videos from quite a long time,when you don't have these many followers and to be honest i got to know about this field from you only. I haven't got a job as of now as a data analyst/engineer but i am working in data migration from past 2 years and planning to switch soon but i really want to thank you for delivering this awesome content,i can't even describe how fun it is learning from you.THANKS A LOT.❤
Just posting here incase anyone else runs into this error. Another error that you may run into when combining the data in the “Current Yearly Salary” columns into the “Average Salary” column is Expression.Error: We cannot apply operator / to types List and Number. To get around this error, you will need to calculate the”Average Salary” value in a two step process. Step 1: Create a custom column to hold the values from adding Column A + Column B Table.AddColumn(#"Filtered Rows1", "Custom.1", each [#"Q3 - Current Yearly Salary (in USD) - Copy.1"]+[#"Q3 - Current Yearly Salary (in USD) - Copy.2"]) Step 2: Create a custom column to hold the final Average Salary value which is the total of Column A + Column B/2 = Table.AddColumn(#"Added Custom7", "Custom.2", each [Custom.1]/2) Hope this helps
HI Alex, just wanted to say Thank You for your videos You mentioned doing another more elaborate project with this same data set wanted to know if you came around to doing it
Hi ! Alex thank you so much for this short and precise session of power bi , being a beginner , i learn a lot and the final project at the end gaves me the insights how to design a dashboard, what graph needs to add. Again thank you so much. Keep posting things like that...
Many thanks Alex for teaching us, As a beginner,It will be very helpful for us ,If you make a video about Data analysis presentation ,how to create the presentation etc.
Hi Alex! Thanks so much for this guided project. It was so insightful and every bit of the project opened my eyes to so many things that I didn't know before. You are a big blessing to us Don't stop being amazing.
Hi Alex, Thank you for the content! I was just looking at the wrong things all the time. When I find your video, it was the most easiest and understandable. Thank you once again and I hope you make a lot of great content. Cheers!
Hi Alex, thank you for making this video. It was really helpful. Can you please help me find the detailed project (a much more in-depth data-cleaning version of it) that you said you were going to do using this dataset? After watching this, I am very interested in learning what else can be done with this dataset and how can we clean it even more. Can I have the link to that project video if you made it coz I can't find it?
I love how you explained it thoroughly. Gonna practise with more projects. Thanks for your amazing power bi tutorial series. Gonna stick to this channel
Thanks for the amazing guidance videos for Power BI, it will definitely help for my new job. hopefully u will make videos for the intermediate/Advanced levels.
Hey Alex! Thank you for the informative and promising video session on Power BI. Could I ask when are you planning on releasing the in depth 2-hour Power BI video as mentioned in this video?
Hi Alex, thank you for the good content. :) Can I ask why did you use count (distinct) for the tree map instead of count ? Hope to learn more from you.
Thanks for this series Alex! You've mentioned on this last video of the series that you're going to revisit this on a higher level. I tried looking for it but couldn't find it. Any chance I missed it?
HI Guys, I'm learning basics through the alex's videos and trying to do the project. Please give me suggestions to get a job in the India? what kind of preparation i need to get a job in data analytics field?
Great tutorial! Thanks! Is there a way to publish from Power BI without a license like you can with Tableau Public? Curious how people display their projects in their portfolios.
Alex: "I don't know why I said tones like that." Also Alex: "That's kinda groovy man." lol, thanks for the tutorials, I learned a lot and you helped me see why Power BI is one of the most preferred tools for data visualization.
Hi, Alex The Analyst, I wanted to thank you for your knowledgeable videos and the effort in creating such meaningful content for inspiring Data Analysts. To be honest, in today's world there is so much knowledge and education platform but I really love your videos and the way you put them across. Hats off to you.
Hey Alex,
I found your channel about a year now. I took most to the project with you. Created a profile for myself shared with with employers. I got a job with of one the biggest real estate firms in Nigeria as a Research Analyst. I am back for more 😊
Thank you, Alex.
Congratulations Dachun, can u share your linkedIn id
Congratulations bro! Please can we connect?
Congratulations! I’m from Nigeria as well, can we connect?
Nice can we connect.
I love that you didn't overprepare and explained your thinking process when dealing with problems that occurred. This is more valuable than having it all planned out in advance.
Really glad to hear that! I've always tried to include the issues I get along the way - we all run into them! :D
yes you are absolutely right
Agreed!
Exactly, this is another thing I love so much about this video. He made it look so real like I am doing it and thinking on what to do next. Thank you again Alex.
Hi, Alex! I just wanted to thank you. I got my first job as a Data Analyst and your content helped me a lot. Please keep doing this amazing videos.
Congratulations!! So awesome to hear!
Congrats man!
Great to hear ❤️
By the way by which company have you been hired?
@@maliksalman1907 A3 Data Consultoria, Its a Brazilian data consultant company, I am sure you don't know but it's a great company at my country.
Olá Luís, from a fellow countryman, congrats on your first job. I'm also looking for my first job. Can we get in touch? I'd love to get some tips from you.
Hi Alex,
I am from India. When I decided to switch my career as a Data Analyst, I don't have any clue where to start. But once I started watching your videos I understood I am in a right place. Thank you very much for your efforts. I really enjoyed working with this real time data. I appreciate it.
36:30 You can go into visualisations, format visuals, under visual select detail labels, then select values. "Value decimal places" will change the decimals to however many you want to display. I usually set it to 2 ;)
Thank You for that
Thank you for this Alex. I'm still in the process of finding and landing a job. Did my first data analyst interview last Saturday. Unfortunately did not pan out but I'm not giving up! I'm adding this to my portfolio and keep building and moving from there
I just mimiced all you said and made my first Dashboard. Thanks a million for your kind explanation.
16:11 U can just select both columns and then go to "Add column" -> "Statistics" -> "Average". It will insert a new average column.
This "Statistics* -> "Average" where we should write in a new column name or custom column name @hieuPham-dh2qk
It's not working
Hey. At 15:37 , you can just go to Applied Steps and drag the Added Custom step below the Changed Type3 step and that will automatically fix the errors. Thanks for this awesome project!
I did my first project from this today something i started and completed for the first time, Thank you so much.
Took me longer than I would have thought ( I started at 10 and its now almost midnight) but man did this feel rewarding to learn.
Alex, I'm learning SOOOOOO much from your Bootcamp series!! This is my 4th project and I was so much more confident. I had a breakthrough doing this project--had lots of fun. I'm very eager to watch more videos from you on in-depth cleaning, but I thought this was a fantastic tutorial! I so appreciate you and all the time you put into building this terrific series. As always, THANK YOU!
Thank you so much for this video Alex!, I followed the project from beginning to end and created my own dashboard
Hello Alex this is Fezi from India, Undertaking data analytics student, and this video helped me a lot to get hands-on with PowerBI Thank
I'm just getting started with MSFT BI; thank you so much - this clarified everything I needed to get started!
Thank you so much for the walkthrough! As a future intern, this tools have fed me the fundamental foundations giving me a lot of energy learning more about the visualisation.
I can't thank you enough Alex for what you are doing to help the Data community. You bring so much valuable insight and knowledge to so many people all across the world. Please continue to do what you do, you are extremely valuable to so many!! Your videos are a huge reason why I decided to make the career change to Data Analytics. Now, if I could just land my first role, that would be the icing on the cake!!
Hi, this is really useful for someone who isn't working in data analysis, but helping to understand it and make it more presentable and easier to digest for stakeholders.
You save my day!! I've just simplified a bunch of excel work with this video, something that I think Power BI needs to improve a lot is the design tools... Imagine how powerful would be if we can design like we can in figma...
hands off to you. You are the best person available on RUclips breaking everything into a way that can be understood by us who are freshies to this field. Salute to you. Love you so much make more videos like this.
At 13:39 to remove the minus "--" and "k" it's simpler to just highlight Q3 Current Yearly Salary, Split Column by Delimeter, Custom is the minus"-", use each occurrence then ok. This will create only 2 columns. One with 106k the 1st half and the 2nd with 125k the 2nd half. Highlight the column and right click to find replace value. The value to find will be k, Replace with just leave blank and your done in fewer steps.
thats what i did to, don't know why he did it in a round about way
Thank you very much. Have followed the whole series and now have a working understanding of Power BI. Bless you Alex.
Hey thanks, Alex, I jetted on to look for projects for Power BI and came across your video. I must say I enjoyed my first video with you
Hi Alex, did my first project from this and it was fun and satisfying, might not be perfect. You make learning interesting and I am stuck with you ❤
Thanks man, somehow when I follow the tutorial somethings wrong in the new column. Your method shows the correct answer I want.
Thanks Alex. I'm trying to learn data visualisation to complement my job skills and this really helps 👊
I created my first dashboard from this, Learned alot from this. Thank you
Eagerly waiting for new project.
Awesome!
Thoroughly enjoyed building this! So excited to do more with Power BI. Thanks Alex!
Hello Alex, Thanks for making Power BI very easy like the way you made in Excel & SQL 😊 I created this project on my own and am looking forward to your project with DAX functions as you said about in one of the videos that will do something for 2hours. If you already did that add into the playlist or do it if you have some moment in your schedule 🤗 Thanks again for all the great lessons !
Hi Alex, I really enjoyed the whole playlist on Power BI. I finished watching all those in just a day because that is how interesting your teachings were and gained a lot of knowledge. I would love to learn more from your videos in the upcoming days. Thanks a lot.
Thank you so much! This is my first project and I happy that is was easy even for those who never worked in Power BI before
Hello, I can't seem to find the average of the two columns
Just finished the final project, thank you Alex. You are a great instructor. Your lessons are really easy to understand and follow step by step
please how did you download the sample data? I couldn't find it
Thanks so much, Alex! Just finish the course and I'm glad! God bless you bro!
Just Finished the course ... AWSOM WORK
Your tutorials help me a lot to start with power bi, Thank You so much Alex
Hey Alex, thank you soo much for teaching a beginner like me with no prior knowledge on how to use Power BI. Your bit sized videos along with the clarity were excellent to get familiar with the dynamics of Power BI. Thank you again, you have been a great teacher, looking forward to learn more tutorials from you, Cheers! 🙌❤
Thank you Alex, I got to build my first dashboard!
Thanks Alex. This was very easy to follow for a beginner. All steps are still relevant even a year later on.
Thanks a lot Alex, I enjoyed the moment doing my first power BI dashboard and I think that it presents much more visualisation options than Excel.
Thank you so much for your effort into this video! Your videos make data analysis much more accessible to people who do not have formal training!
Thank for showing us an example of a project, this is super useful in order to enrich our portfolio with real projects!
Wow! This really gives a soft landing into Power BI. Thanks, Alex.
Great intro to Power BI! Helps me a lot, as I'm just being thrown into making reports and analyzing data in my job, without any experience
I look forward to landing a god data analyst role with your guided projects in my portfolio. These are the best tutorials for data analysis. Thank you.
Hi, ALex. I have few questions?
1. How to show my tableau, powerbi, excel project? I meant How do I show recruiter my powerbi and tableau project.
2. Do my project need to be an end-to-end project where I should be using a single dataset showing data manipulation using SQL and then export it to tableau or powerbi for creating dashboard. Is it okay to have SQL project, tableau and powerbi project different from one another.
3. I have difficulties while solving complex SQL queries. I need lot of time to solve complex queries. In beginner level role, how much complex queries I need to prepare for interview. Do interviewers ask complex queries to solve in live interview or give complex queries as task or assignment to solve?
4. how do I know I am ready to sit for powerbi and tableau interview? I meant how much do I need to know about powerbi and tableau to sit for an interview.
Hi Alex, thanks for your video. Could you please explain how you removed the filter after replacing the '+' in the duplicated salary column? I did what you showed in the video but could not get the entire values in the column back. I can't un-filter the column.
Justice for this comment please
@@stephensafarowic5544 yes, im stuck here also
Really thank you for your help and guidance. Kindly do not forget about the advanced version of the project. Super excited for it🙏
Thank you so much for all your tutorials Alex. I hope to meet you in person one day and show u how much u really inspire me
Thank you so much for this one Alex! Can't wait to start this one on a weekend. Let's go! 🔥
the best coaching video on utube!!!
Love your videos!!!! We need the intermediate and advance power bi courses!!!
alex, thank you so much for this videos, they were so useful for starting to use power bi, I hold you in the highest regard.
i just complete these lectures .thanks Alex.
Hi Alex, I just completed the POWER BI tutorial series. They are very well delivered and helpful. Big Big thanks!! ❤
Hi Alex, To start, I want to thank you very much for your video series. It has been very helpful for my Power BI knowledge. This is the first video series I have fully completed. So once video series. Thank you very much. Great work. 👍
Thanks for helping me build my first dashboard
Hey Alex, I'm learning from Thailand. (just want you to know that you also have Thai follower lol)
I've no other words than a huge thanks to you, i've just finished you SQL, Tableau, and this video it the latest one, it's help me a lot made me able to present my work difference way other than the excel table. Keep up good work and once again, thank you.
Have you bought Tableau?
@@_drakesdeception Nah, still use it for free. I'm more comfortable with BI tho.
@@fenrirr7208 The Student license?
@@_drakesdeception If you meant to BI, it's my company account, not sure which one they bought
@16:00 mark when Alex changes the formula to recreate that custom column after he changed the type for the previous two target columns you can actually just reorder the custom column in the applied steps to go after the 'Changed Type' and that will have the same result rather than recreating the formula
Thanks your answer helped me a lot
I love this playlist you created on Power BI. I really love the final project you used; using professional survey. However, you didn't show how to publish our dashboard. I'm new in the field.
Hi, Alex! Your PowerBI series was super useful. I made my first dashboard and it turned out to be amazing. Thanks alot.
Great Project - thanks Alex!
I'm more of a Tableau User myself than Power BI, so I recreated a similar dashboard but in Tableau instead. Creating that Gauge Chart in Tableau was a LOT more challenging than I initially thought, since I had to do it from scratch. But worked out!
Thank you so much for the great videos. I admire your composure and fluency in teaching. You are not just a teacher but a leader. See you at the top Alex! Have a pleasant day 🙏
Thank you Alex! With your help, I can now proudly say I just added a new tool to my toolkit 😎. Again, thank you!
Thank you so much Alex. Your content has always been of great help and I love the fact that you always share your dataset to enable one to work along with you.
Glad to hear it! I think the datasets make it easier to follow along and learn :)
@@AlexTheAnalyst Yes the dataset makes it way much easier to learn along with and the way you explains it, makes it look very simple to comprehend. 🥰
completed the series, now I am doing this project and then I'll start searching for more
That's great! Good work!
Great work Alex the Guru. Now I feel like an expert. Be blessed abundantly.
Hi Alex,
I have been following you and your videos from quite a long time,when you don't have these many followers and to be honest i got to know about this field from you only.
I haven't got a job as of now as a data analyst/engineer but i am working in data migration from past 2 years and planning to switch soon but i really want to thank you for delivering this awesome content,i can't even describe how fun it is learning from you.THANKS A LOT.❤
Just posting here incase anyone else runs into this error. Another error that you may run into when combining the data in the “Current Yearly Salary” columns into the “Average Salary” column is Expression.Error: We cannot apply operator / to types List and Number.
To get around this error, you will need to calculate the”Average Salary” value in a two step process.
Step 1: Create a custom column to hold the values from adding Column A + Column B Table.AddColumn(#"Filtered Rows1", "Custom.1", each [#"Q3 - Current Yearly Salary (in USD) - Copy.1"]+[#"Q3 - Current Yearly Salary (in USD) - Copy.2"])
Step 2: Create a custom column to hold the final Average Salary value which is the total of Column A + Column B/2
= Table.AddColumn(#"Added Custom7", "Custom.2", each [Custom.1]/2)
Hope this helps
more detail thanks. not understand
Thank you for this. It was easy to follow and understand. I have hopes of getting into the field of Data Analytics in the near future.
HI Alex, just wanted to say Thank You for your videos
You mentioned doing another more elaborate project with this same data set
wanted to know if you came around to doing it
Hi ! Alex thank you so much for this short and precise session of power bi , being a beginner , i learn a lot and the final project at the end gaves me the insights how to design a dashboard, what graph needs to add.
Again thank you so much.
Keep posting things like that...
Hoping to crack a data analyst job role soon. *Fingers crossed*
Many thanks Alex for teaching us, As a beginner,It will be very helpful for us ,If you make a video about Data analysis presentation ,how to create the presentation etc.
Hi Alex! Thanks so much for this guided project. It was so insightful and every bit of the project opened my eyes to so many things that I didn't know before. You are a big blessing to us
Don't stop being amazing.
Hi Alex, Thank you for the content! I was just looking at the wrong things all the time. When I find your video, it was the most easiest and understandable. Thank you once again and I hope you make a lot of great content.
Cheers!
Thank you for this fantastic tutorial, Alex! It is so helpful and easy to follow through.
Hi Alex, thank you for making this video. It was really helpful. Can you please help me find the detailed project (a much more in-depth data-cleaning version of it) that you said you were going to do using this dataset? After watching this, I am very interested in learning what else can be done with this dataset and how can we clean it even more. Can I have the link to that project video if you made it coz I can't find it?
Have you gotten the link to the video ?
@@adesoyetomiwa3892 nope
I love how you explained it thoroughly. Gonna practise with more projects. Thanks for your amazing power bi tutorial series. Gonna stick to this channel
Thank You @alex the analyst . It was a nice learning on Power BI from your tutorial. Good Luck !
Thanks Alex!It was great to practice this basic Project :)
Great series. Thank you
Thanks for this Alex, great explanation and easy to follow.
Hi Alex, It would be interesting to see API tutorial. Your explanation and teaching are phenomenal
Thanks Alex. Your Power BI videos are very informative and helpful for beginnners.
Thank You Alex. You're one of the finest E-Mentor at all.
Thanks for the amazing guidance videos for Power BI, it will definitely help for my new job. hopefully u will make videos for the intermediate/Advanced levels.
Survey Takers = Participants :)
Thanks for the video!
Thanks sooooooooo much for this tutorial series and this project especially.
I have learnt a TON.
Hey Alex! Thank you for the informative and promising video session on Power BI. Could I ask when are you planning on releasing the in depth 2-hour Power BI video as mentioned in this video?
Wonderful stuff! Looking forward to the advanced Power BI guided project too.
Nice n easy. I've really learned powerbi with you. I'm gonna learn SQL n other data analytics skills as well. Keep doing good job
Hi Alex, thank you for the good content. :)
Can I ask why did you use count (distinct) for the tree map instead of count ?
Hope to learn more from you.
I love it!
You are a great teacher! I understood the topic and followed along with ease. :D
May the sweet Jesus bless You and your loved ones!
Thanks for this series Alex! You've mentioned on this last video of the series that you're going to revisit this on a higher level. I tried looking for it but couldn't find it. Any chance I missed it?
Haven't done it yet - been busy with other kinds of videos, but will circle back around probably this upcoming year :)
@@AlexTheAnalyst Amazing content! Did you revisit this on a higher level ? if yes please can you please share the video
HI Guys, I'm learning basics through the alex's videos and trying to do the project. Please give me suggestions to get a job in the India? what kind of preparation i need to get a job in data analytics field?
Hi, Alex! Is the videos and insights enough to secure a job?
Great series thank you ! Did the follow-up, more in depth analysis video of this data set ever get released?
Great tutorial! Thanks! Is there a way to publish from Power BI without a license like you can with Tableau Public? Curious how people display their projects in their portfolios.
Wow, learning from you was so much fun...You are an awesome teacher
Alex: "I don't know why I said tones like that."
Also Alex: "That's kinda groovy man."
lol, thanks for the tutorials, I learned a lot and you helped me see why Power BI is one of the most preferred tools for data visualization.
Hi, Alex The Analyst, I wanted to thank you for your knowledgeable videos and the effort in creating such meaningful content for inspiring Data Analysts. To be honest, in today's world there is so much knowledge and education platform but I really love your videos and the way you put them across. Hats off to you.
So glad to hear it!
Hi Ajay, Did u got a job?
@@manojjagdale6517 Searching for new challenge.