Тёмный

MY SQL + Power BI Complete Project | End to End Power BI Project | Power BI tutorial | Part 1 | SQL 

Data Tutorials
Подписаться 134 тыс.
Просмотров 47 тыс.
50% 1

Опубликовано:

 

24 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 116   
@AtulKumar-l9j
@AtulKumar-l9j 2 месяца назад
i was facing issue while updating the transaction_date to date but then i used this query:- SET SQL_SAFE_UPDATES = 0; UPDATE sales SET transaction_date = STR_TO_DATE(transaction_date, '%d-%m-%Y'); SET SQL_SAFE_UPDATES = 1; and it went perfectly and format was changed to date forat after altering the table.
@datatutorials1
@datatutorials1 2 месяца назад
Thanks for commenting with steps
@Ahamed.24
@Ahamed.24 Месяц назад
For me, this is not working, I still couldn’t update the date format. It’s still showing the error msg 1411 as it is showing for U.. can u give me a solution for this please ?
@detainedboi5335
@detainedboi5335 Месяц назад
Same issue
@ashwinimahankale3044
@ashwinimahankale3044 27 дней назад
​@@datatutorials1 Still facing the same issue
@alexrosen8762
@alexrosen8762 3 месяца назад
There are a lot of SQL courses out there but nothing like this because SQL codes are used in real life/project based forum which makes it more clear on how you can benefit from SQL codes. The documentation makes it even more understandable and you can connect the dots in a much easier way. More project like this please 🙏
@minnijain1810
@minnijain1810 6 дней назад
best ever project in whole youtube for SQL and power bi .. really amazing project and thank you so much for uploading it
@navyakatakam745
@navyakatakam745 3 месяца назад
It was an excellent explanation of every requirement with Mysql and Powerbi. It helps a lot for practicing and learning more. Thank you! Please also do a video on the most essential useable DAX queries and Snowflake. It will be helpful again.
@ajithmathew7209
@ajithmathew7209 4 месяца назад
Sir, pls do a video on complete dax tutorial as early as possible
@shubhabratadey
@shubhabratadey 4 месяца назад
I have the following questions: 1. In this scenario we are manually importing a file in SQL and then will get this data in PBI to show various KPIs. What if I could have used Excel files hosted on SharePoints and do the same? It would become dynamic without manual interventions. I would be able to import multiple files then based on my criteria. 2. Is it possible to auto import files in SQL Tables along with file names which'll make our imported data dynamic and will allow the user to play around? 3. Is it possible to automatically delete certain imported data portions. E.g - Lets say I would only like to keep data for the last 30 days and remove the rest from SQL table. 4. Can we use Power Automate to answer my above queries? I would certainly wait or your next video if all or any of them can be addressed. Thanks for this wonderful video.
@sathyamanikantabk4483
@sathyamanikantabk4483 4 месяца назад
ONE MORE SUGGESTION NEXT TIME PLEASE use Snowflake to load the data and teach because it took me more than hour to load the data in MYSQL(i use 16gb ram latest laptop) but where as in SNowfalke it took me just 5 seconds to load the data and now I was good to go.....
@shabareesharadhyamath4688
@shabareesharadhyamath4688 3 месяца назад
YESS
@sonalimali9254
@sonalimali9254 3 месяца назад
@sathyamanikantabk4483 could you pls tell how you did that using snowflake
@tariqhussain1497
@tariqhussain1497 4 месяца назад
Good noon, you have nice way to explain, and waiting for the part 2
@E-AKN
@E-AKN 15 дней назад
good job sir, you have a new subscriber. I learn a lot of thing in this video.
@meghalohar2367
@meghalohar2367 Месяц назад
Really appreciate your hard work ..helpful video
@vamshikrishnareddy1302
@vamshikrishnareddy1302 Месяц назад
thank you so much brother, I have wasted alot of time that how to change date format but now I learned through this , before tried alot of videos, chat gpt , googling etc but I forgot "Y" instead "y" used🥵
@VINODkumar-gz8tt
@VINODkumar-gz8tt 4 месяца назад
Thanks for new project , time to learn advance dax
@beingrishi6450
@beingrishi6450 4 месяца назад
Im very lucky to get this channel, exceptional video covering power bi sql and excel
@sathyamanikantabk4483
@sathyamanikantabk4483 4 месяца назад
2:10:58 INSTEAD OF WRITING OR COPYING EVERYTHING into group by statement U can just say 1 (i.e., in select statement i have written the case statement in 1st place so IN GROUP BY MENTION 1 ) to make the query look readable and easy
@ruchikarajvansh
@ruchikarajvansh 3 месяца назад
For Last question we can use this also right ? Its giving same output select dayname(transaction_date) as names_of_days,round(sum(transaction_qty * unit_price),0) as total_sales from coffee_shop where month(transaction_date) =5 group by dayname(transaction_date);
@datatutorials1
@datatutorials1 3 месяца назад
Yes
@TheSudp
@TheSudp 4 месяца назад
Sir, Can you do a video on Power App as well and show how the data can be connected through it with our Power Bi desktop version.
@sathyamanikantabk4483
@sathyamanikantabk4483 4 месяца назад
for me its taking more than 1 hour to load the data into Mysql and why
@kishan0705
@kishan0705 3 месяца назад
That's what I am thinking, have you found any alternative ways to import these data in few minutes
@rishabhchauhan8612
@rishabhchauhan8612 3 месяца назад
It get loaded in seconds in ms sql
@Hustler19
@Hustler19 2 месяца назад
Same
@tusharprajapati541
@tusharprajapati541 Месяц назад
Same here
@taizoondean689
@taizoondean689 4 месяца назад
Thanks for uploading God bless You
@rahulttripathi3395
@rahulttripathi3395 2 месяца назад
ETL have been common prerequisite in all data science jobs
@kishan0705
@kishan0705 3 месяца назад
Can someone please let me know what are the other steps to import the data into mysql, it's taking crazy amount of time like seriously 😳, There should be some alternative ways to wrap thi process up in few minutes. Help if someone knows.
@kota117.
@kota117. 4 месяца назад
Great video waiting for part2 plz upload as soon as possible
@mrbartuss1
@mrbartuss1 4 месяца назад
It's probably a dumb question, but what's the point of doing SQL analysis? Just to compare the numbers that are in PBI?
@datatutorials1
@datatutorials1 4 месяца назад
This is discussed in video, watch complete video for your answer
@chandanchoudhary1893
@chandanchoudhary1893 13 дней назад
Thanks
@Wasimd-t4b
@Wasimd-t4b 3 месяца назад
Thanks for making this video really helped me to revise me sql concept , keep postting
@SagarsDataJourney
@SagarsDataJourney 4 месяца назад
Thanks for this amazing project. Learned a lot of things
@rashmimishra2177
@rashmimishra2177 27 дней назад
thank you , really very helpful
@gopichand5717
@gopichand5717 4 месяца назад
Awesome video , thanks for sharing
@nikhildhongade291
@nikhildhongade291 4 месяца назад
good ...keep it up.
@Hustler19
@Hustler19 2 месяца назад
Thanks for such content sir
@nunoalexandre6408
@nunoalexandre6408 4 месяца назад
Lovit🎉🎉🎉
@ayushsinha9749
@ayushsinha9749 4 месяца назад
Thanks sir for this project
@deekshidha3794
@deekshidha3794 2 месяца назад
Bro for me I did'nt connect MYSQL connector with powerbi once I download connect but its does'nt connect with powerbi what can I do can you pls tell me
@dipakmani3964
@dipakmani3964 4 месяца назад
Thanks for this video, when it will came next video?
@rahulttripathi3395
@rahulttripathi3395 2 месяца назад
Pls make videos on etl
@SaikatHazra-d9o
@SaikatHazra-d9o 3 месяца назад
Please make the second part.
@MohanKrishna-i8h
@MohanKrishna-i8h 4 месяца назад
Sir please do a vedio on data cleaning...in power query
@datatutorials1
@datatutorials1 4 месяца назад
Video is already created ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-AWcmiyra7qs.htmlsi=IciEbmiJve6VXnpA
@ramesettyramya4528
@ramesettyramya4528 3 месяца назад
Hii, hope you're doing well i've this pblm where we do the total sales for the specific month, so im getting the total sales of all the 12 months but i could not get the total sales for a particular month it is showing me the null value and also i was not able to resolve the date datatype query . please help me to solve this issue and move forward into the project
@Sumankumari-hw9qb
@Sumankumari-hw9qb 3 месяца назад
i have the same problem if you have the solution please share here
@subhojitchatterjee6312
@subhojitchatterjee6312 2 месяца назад
UPDATE coffee_shop_sales SET transaction_date = STR_TO_DATE(transaction_date, '%m/%d/%Y'); Use this, it worked for me.
@Liumusic02
@Liumusic02 19 дней назад
Why we don't use power query in powerbi to clean data? i have watched completely but i don't have answer :v
@beingrishi6450
@beingrishi6450 4 месяца назад
When the 2nd part is coming related to PowerBI report making???
@santoshmane9335
@santoshmane9335 Месяц назад
Hello, i was facing issue while converting text to date format can you please help me.
@PrabhasG-xd3zn
@PrabhasG-xd3zn 4 месяца назад
sir i getting error UPDATE coffee_shop_sales SET transaction_date = STR_TO_DATE(transaction_date, '%d-%m-%Y');
@sanjaysonar1152
@sanjaysonar1152 3 месяца назад
me too.. :(
@kishan0705
@kishan0705 3 месяца назад
We all get this error because this Stupid has given us wrong Excel data file, see the date format in his Excel file and our Excel file that we have downloaded through drive.
@revalladhanunjay8690
@revalladhanunjay8690 3 месяца назад
mee too...any solution....?
@thinleyyangzom2161
@thinleyyangzom2161 2 месяца назад
UPDATE `coffee shop sales` SET transaction_date = STR_TO_DATE(transaction_date, '%d/%m/%Y'); ALTER TABLE `coffee shop sales` MODIFY COLUMN transaction_date DATE;
@sayakghosh1670
@sayakghosh1670 3 месяца назад
it would have been better if the data was divided into different tables, the database is not even normalized properly , should atlest normalise to the 3rd normal form
@alfiyaqureshi8507
@alfiyaqureshi8507 Месяц назад
can we do this sql part in SSMS please reply
@Priyamarathe-m5o
@Priyamarathe-m5o День назад
i am unable connect power bi with my sql please help
@howtohackflipkart3682
@howtohackflipkart3682 23 дня назад
2 hrs gone still data is not loaded into SQL
@Sanatan_shiksha1
@Sanatan_shiksha1 4 месяца назад
In 999 everything not costly how much time it will take to complete entire course if we give daily 8 to 10 hours
@datatutorials1
@datatutorials1 4 месяца назад
3 Months
@mfit8945
@mfit8945 Месяц назад
why i just get first month data while importing file in SQL workbench
@rao1199
@rao1199 4 месяца назад
How do we know particular chart to select for specific requirement. Any tips from your side?
@KwinJay-k6l
@KwinJay-k6l Месяц назад
You just have to know chart types and their uses in representing different aspects of data.
@MayankGadiya-uq1el
@MayankGadiya-uq1el 3 месяца назад
using the set_transaction_date query my entire date column got converted to today's date. can someone explain why this happened so?
@charlesdanieldoka663
@charlesdanieldoka663 4 месяца назад
❤❤❤❤❤❤
@Naughtygirl-mi6th
@Naughtygirl-mi6th Месяц назад
Bro mysql show in alter is error why my spelling is correct and code also
@amoltulse851
@amoltulse851 2 месяца назад
I am not able to find the database excel file
@Abhijeet_13
@Abhijeet_13 4 месяца назад
How to connect MySQL server to Powerbi when I tried to connect then some error is occurring can you help me out it I will sent ss
@ThanosBaba218
@ThanosBaba218 4 месяца назад
Can u make a Dax session
@amangupta5943
@amangupta5943 2 месяца назад
when will be the 2nd part is coming
@sovan_404
@sovan_404 2 месяца назад
can't change the data types...
@PROCoderss
@PROCoderss 4 месяца назад
hello sir i am getting this below error while importing CSV file in MSSQL TITLE: Microsoft SQL Server Management Studio Error inserting data into table. (Microsoft.SqlServer.Import.Wizard) ------------------------------ ADDITIONAL INFORMATION: Error inserting data into table. (Microsoft.SqlServer.Prose.Import) Column 'transaction_date' does not allow DBNull.Value. (Microsoft.Data.SqlClient)
@PROCoderss
@PROCoderss 4 месяца назад
and when i changed the data type of transaction_date into allow null then it will put null in the rows
@revalladhanunjay8690
@revalladhanunjay8690 3 месяца назад
mee too same problem....any solution.......?
@beingrishi6450
@beingrishi6450 4 месяца назад
Why "K" is given i cant understand
@vineetkhairwal
@vineetkhairwal 2 месяца назад
Am getting error in. ALTER TABLE coffee_shop_sales MODIFY COLUMN transaction_date DATE; Its showing... incorrect date value
@harshitgarg3313
@harshitgarg3313 2 месяца назад
bro have you solved it, facing the same problem
@pathaspandana3852
@pathaspandana3852 2 месяца назад
How to load data quickly in my sql
@mfit8945
@mfit8945 Месяц назад
alter table coffe_shop_sales modify column transaction date Date; alter table coffee_shop_sales modify change transaction_time time;
@HeetDayani
@HeetDayani 2 месяца назад
close your channel i have fired total_Sales query 10 time and asked chatgpt but not get correct answer answer is null
@Naughtygirl-mi6th
@Naughtygirl-mi6th Месяц назад
Bro please reply why mysql show error every time my query is correct but why
@datatutorials1
@datatutorials1 Месяц назад
Which query??
@Naughtygirl-mi6th
@Naughtygirl-mi6th Месяц назад
@@datatutorials1 Bhai every query specially transaction ID date change
@datatutorials1
@datatutorials1 Месяц назад
@Naughtygirl-mi6th please see pinned comment for solution
@nagarajupullur6489
@nagarajupullur6489 4 месяца назад
part - 2 ?
@_Anshuman-zo1lj
@_Anshuman-zo1lj 4 месяца назад
part 2?
@VINODkumar-gz8tt
@VINODkumar-gz8tt 4 месяца назад
UPDATE coffee_shop_sales SET transaction_date = STR_TO_DATE(transaction_date, '%d-%m-%Y'); - tried this and getting error (update coffee_shope_sales set transaction_date = str_to_date(transaction_date,'%y-%d-%m') where transaction_date is not null Error Code: 1411. Incorrect datetime value: '01-01-2023' for function str_to_date 0.000 sec). Kindly help me on this
@vibhorsingh2373
@vibhorsingh2373 4 месяца назад
update coffee_shop_sales set transaction_date= str_to_date(transaction_date, '%d/%m/%Y'); Try this, it is working
@babaloladaniel5728
@babaloladaniel5728 4 месяца назад
I also encountered same error. Infact, I have been on it for some hours now. However, I got the trick and it worked. The Date format initially was month/day/year. You can check to confirm. So all you need is to follow same progression in your query. UPDATE coffee_shop_sales SET transaction_date = STR_TO_DATE(transaction_date, '%m/%d/%Y'); It worked for me. I am pretty happy to share the solution with you.
@henhunter4298
@henhunter4298 2 месяца назад
@47:58 I can't seem to run the query "UPDATE coffee_shop_sales SET transaction_date = STR_TO_DATE(transaction_date, '%d-%m-%Y');. It just gives me the ErrorCode 1411 Incorrect datetime value, similar to what we see in the video. However, you glass over how that was resolved because then I do see the next time you select * from coffee_shop_sales, that this has been fixed. How do I fix the Error Code 1411?
@Life_with_dharaa
@Life_with_dharaa 4 месяца назад
Sir, from where you get this type of dataset?
@datatutorials1
@datatutorials1 4 месяца назад
Maven analytics
@forzahorizon4eliminator206
@forzahorizon4eliminator206 3 месяца назад
@johannpauldalingay7329
@johannpauldalingay7329 4 месяца назад
UPDATE coffee_shop_sales SET transaction_date = STR_TO_DATE(transaction_date, '%d-%m-%Y'); - tried this and the result is Error as shown in the demo (47:46)
@datatutorials1
@datatutorials1 4 месяца назад
Whats the error
@johannpauldalingay7329
@johannpauldalingay7329 4 месяца назад
@@datatutorials1 Error Code: 1411. Incorrect date time value. Same as what is shown in Action Output in your video
@datatutorials1
@datatutorials1 4 месяца назад
Try using the query i mentioned in the query document attached with data file
@johannpauldalingay7329
@johannpauldalingay7329 4 месяца назад
@@datatutorials1 this one? UPDATE coffee_shop_sales SET transaction_date = STR_TO_DATE(transaction_date, '%d-%m-%Y'); The result was Error Code 1411
@datatutorials1
@datatutorials1 4 месяца назад
Try running the alter query directly
@juancruz7836
@juancruz7836 2 месяца назад
thank you
Далее
MySQL Project Connect with Power BI 2023 💡
50:40
Просмотров 19 тыс.
Avaz Oxun - Turqi sovuq kal
14:50
Просмотров 391 тыс.
COMPLETE DAX COURSE   -  POWER BI  (Beginners and Advanced)
6:51:07
End to End Data Analytics Project (Python + SQL)
46:52
Просмотров 152 тыс.
Dive Into SQL Data Analysis: Full Portfolio Project
1:01:43