MS SQL Power BI Data Analysis Portfolio Project | Beginner to Expert | Power BI Dashboard

MS SQL Power BI Data Analysis Portfolio Project | Beginner to Expert | Power BI Dashboard

His Data Project

7 месяцев назад

25,039 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@SathishKumar-oq7tz
@SathishKumar-oq7tz - 31.01.2024 20:07

Thank you sir for bringing this project.

Ответить
@shivuhosamane6453
@shivuhosamane6453 - 30.01.2024 07:42

Sir really good videos make more videos python project for data analysis please

Ответить
@alexandretemp
@alexandretemp - 26.01.2024 16:09

Hi. Now I have another issue. when I imported csv into Power B.I, it didn't update the query it had been created on SQL.

Do you have any e-mail to sent to you my screenshot even file, please?

Ответить
@divyajeetsingh5049
@divyajeetsingh5049 - 24.01.2024 10:18

While getting the age group distribution , you put a condition WHERE new_termdate IS NULL. Theres a problem with this condition. What if the termdate of the person is not yet happened and is in future? You have also excluded those person by saying WHERE new_termdate IS NULL.

Ответить
@vallepupraveen5137
@vallepupraveen5137 - 16.01.2024 06:49

Nice it's helpful tq so much

Ответить
@MCKittu03
@MCKittu03 - 15.01.2024 15:47

Thank you so much

Ответить
@alexandretemp
@alexandretemp - 15.01.2024 13:33

Hi Guys. Does anyone else could help me?

I ran this code " UPDATE hr_data SET termdate = FORMAT(CONVERT(DATETIME, LEFT(termdate, 19), 120), 'yyyy-MM-dd');" but at the end, it came up with " Conversion failed when converting date and/or time from character string."

Help me, please

Thank you.

Ответить
@oba_idan
@oba_idan - 13.01.2024 06:57

Please check those case statements again. The lower boundary of the conditions in the WHEN statement will result in duplication of counts(for 31-40 and 41-50 age_group).

To highlight my point, see this -----> Assuming the ages we are working with are (25, 36, 22, 28, 33) We want the query to return the count of age_group 21-30 as 3 and age_group 31-40 as 2. This should be the correct thing.
But based on how you put the condition, it will return age_group 31--40 as 5.
I think this may be solved if the WHEN conditions are modified as follows;

WHEN age>=21 AND age<=30 THEN '21 - 30'
WHEN age>=31 AND age<=40 THEN '31 - 40'
WHEN age>=41 AND age<=50 THEN '41 - 50'


Please correct me if i am wrong/mixing anything up. Thank you.

Ответить
@oba_idan
@oba_idan - 13.01.2024 00:52

Does anyone know how to restore termdate to the initial content and datatype.

Ответить
@spacespectale
@spacespectale - 09.01.2024 16:09

how did you resolve future dates in termdate column bcoz i am getting min(age) in negative value i.e -41

Ответить
@Data-Miner
@Data-Miner - 07.01.2024 13:11

Would not it be easier and safe to creating new columns, transforming data in Power BI instead of using SQL Database server? In Power Query you can transform all data with a few clicks and if you insert any new column and data, you can see the applied steps for tracing and monitoring purposes.

Ответить
@esthernwaogu592
@esthernwaogu592 - 05.01.2024 18:02

i dont understand what he did in termdate

Ответить
@overkal310
@overkal310 - 31.12.2023 12:05

HI great video just 1 question where did you get the data from ???

Ответить
@bilalhassankhan221
@bilalhassankhan221 - 29.12.2023 06:57

good job...

Ответить
@harishthalanki6603
@harishthalanki6603 - 23.12.2023 09:18

Very nice explanation. I have one question sir, who gives the questions for which you have written all those sql, customer or self designed in a IT company? Thanks for answering.

Ответить
@osoriomatucurane9511
@osoriomatucurane9511 - 13.12.2023 16:45

Awesome tutorial! Intersecting very same project and dataset from close sources her data and his data!
I am newbbie to SQL and data analytics, but I understand that the convulse the code the better. For the New column age, why so mamy code lines to create and update de age column?
Why not
Select difffunction(year, dob, getday()) as age.
In MySQl it works out like
SELECT timestampdiff(year, birth_date, curdate())
FROM hr_data
Ok, I am aware this does not affect the orginal dataset, only for the current visualization

Ответить
@themolestones
@themolestones - 13.12.2023 02:04

Thanks for the detailed explanation. One question, why don't use direct power query / DAX instead of SQL first?

Ответить
@ALANAMUL
@ALANAMUL - 11.12.2023 06:54

subscribe you

Ответить
@harshamokhasi
@harshamokhasi - 02.12.2023 13:41

I appreciate your work. I have one question. Do we work in this way in companies? Will the workflow be similar?

Ответить
@mohitjoshi8984
@mohitjoshi8984 - 01.12.2023 13:57

Hello it's really helpful
Can you tell me who you get the data

Ответить