Saad Qureshi Official
Saad Qureshi Official
  • 121
  • 399 921
Power BI Dashboard Full Project For Beginners - HR Analytics Power BI Dashboard
During this Power BI Dashboard project, we'll import and clean data using Power Query Editor. Also, we'll be using Power BI DAX for creating measures. At the end we'll create Dashboard for the data analysis purpose.
Download dataset:github.com/saadqureshi45/POWER-BI.git
0:00 Intro
01:34 Data Transformation using Power Query Editor
14:51 Create Dashboard & DAX
#dataanalytics
#dataanalysis
#powerbi
#datascience
Other Videos Related to Data Analysis
Python For Data Analysis: th-cam.com/video/VX6kCjwdNPw/w-d-xo.html
มุมมอง: 59

วีดีโอ

Microsoft Excel Tutorial for Beginners - Basic Excel Functions
มุมมอง 3819 ชั่วโมงที่ผ่านมา
This is Excel tutorial for beginners. We will cover basic excel functions like SUM,AVERAGE,MAX,MIN,COUNT,COUNTIF,COUNTIFS,SUMIF etc. Download the data file:github.com/saadqureshi45/MicrosoftExcel #excel #exceltips #exceltutorial
Python For Data Analysis - Full Project for Beginners (Numpy, Pandas, Matplotlib, Seaborn)
มุมมอง 867วันที่ผ่านมา
Python For Data Analysis - Full Project for Beginners (Matplotlib, Seaborn) In this tutorial you'll learn python for data cleaning and data analysis purposes using different libraries such as NumPy ,Pandas, Matplotlib and Seaborn. The project is meant for data analysts to practice their data analysis skills. Download the Videogames dataset and Project Code: github.com/saadqureshi45/VideoGamesPr...
Python For Data Analysis - Full Project for Beginners (Matplotlib, Seaborn)
มุมมอง 26321 วันที่ผ่านมา
Python For Data Analysis - Full Project for Beginners (Matplotlib, Seaborn) In this tutorial you'll learn python for data cleaning and data analysis purposes using different libraries such as NumPy ,Pandas, Matplotlib and Seaborn. The project is meant for data analysts to practice their data analysis skills. Download the HR dataset and Project Code: github.com/saadqureshi45/DataAnalysis.git How...
MySQL Tutorial for Beginners(Full SQL Course )
มุมมอง 115หลายเดือนก่อน
Our comprehensive MySQL SQL tutorial for beginners are designed to help you master the fundamentals of SQL and relational database management. This SQL full course covers everything from the basics to more advanced topics, ensuring you gain a solid understanding of SQL and its applications. Download the Slides & Script (MYSQL_SCRIPT.txt) :github.com/saadqureshi45/MYSQL.git Course Topics: 0:00 I...
ROW_NUMBER() VS RANK() VS DENSE_RANK() with detailed Examples & Differences - SQL Window Function
มุมมอง 80หลายเดือนก่อน
We'll cover SQL window functions / Analytical funcrions like ROW_NUMBER(), RANK() & DENSE_RANK() with detailed examples and differences.Moreover,We'll cover SQL interview questions related to ROW_NUMBER(), RANK() & DENSE_RANK() like Find the Second highest Salary of an employee. MYSQL Tutorial for Beginners: th-cam.com/video/FDv2OOAmkuo/w-d-xo.html Download the PPT & Script(MYSQL_SCRIPT.txt) : ...
AntiSelect Function in Teradata - SQL ( Step by Step)
มุมมอง 22หลายเดือนก่อน
AntiSelect Function in Teradata: In Teradata AntiSelect function is used exclude columns from the table that you're not required. All you need to do specify the list in the exclude. Brush your SQL Query Skills with Teradata The Ultimate Guide for SQL Optimization Below is just an example. Use any table to exclude columns from the Teradata. SELECT * FROM Antiselect ( ON DWH.Products USING Exclud...
How to do FastLoad and FastExport Using Teradata Studio - Step by Step Explanation
มุมมอง 88หลายเดือนก่อน
In this video,we'll be doing FastLoad and FastExport using Teradata Studio. #fastload #dataengineers #sql #Teradatastudio
How to Install MySQL and MySQL Workbench on Windows 11
มุมมอง 47หลายเดือนก่อน
Learn How to Install MySQL server and MYSQL Workbench on Windows 11 We will donwload and install MYSQL server along with MYSQL workbench on Windows 11 #mysql #mysql_workbench
Data Engineering with Python & AWS - Data Engineering Full Project
มุมมอง 692 หลายเดือนก่อน
In this video we'll be building a streaming service with Python, AWS Kinesis Stream, AWS Lambda Function, AWS S3 bucket. Download the Code: github.com/saadqureshi45/StreamingService.git #dataengineers #pythonprogramming #pythontutorial #datascience #aws
How to do screen recording with Circular Webcam in OBS Studio - Complete Settings
มุมมอง 462 หลายเดือนก่อน
Learn how to do screen recording with Circle Webcam in OBS Studio Learn how to make Circle Webcam in OBS How to use OBS Studio for Screen Recording while showing face Learn how to change rectangle shape webcam to Circle shape webcam in OBS Studio #obsstudio #screenrecording#
Create your SQLMESH model with Snowflake for Date Engineers
มุมมอง 1503 หลายเดือนก่อน
Code: github.com/saadqureshi45/code.git Create your SQLMESH model with Snowflake for Date Engineers SQLMESH model with Snowflake #dataengineers #python #sql
Create your First SQLMESH Model with Snowflake Cloud Data warehouse
มุมมอง 1773 หลายเดือนก่อน
CREATE SCHEMA SQLMESH; create table SQLMESH.Store_2023 as select top 100000* from SNOWFLAKE_SAMPLE_DATA.TPCDS_SF10TCL.STORE; create table SQLMESH.Store_Sales_2023 as select top 100000* from SNOWFLAKE_SAMPLE_DATA.TPCDS_SF10TCL.STORE_SALES; This is the MODEL DDL, where you specify model metadata and configuration information. MODEL ( name prod.Store, kind VIEW, grain (S_STORE_NAME,S_COUNTY) ); se...
SQLMESH connectivity with Snowflake Cloud Data Warehouse
มุมมอง 1373 หลายเดือนก่อน
SQLMESH Core Installation & connectivity with Snowflake Cloud Data Warehouse You'll need Python 3.8 or higher to use SQLMesh 1: Check the Python Version First python version 2: Create a Virtual Environment python -m venv SQLMESH_CORE 3: SQLMesh connectivity with Snowflake pip install "sqlmesh[snowflake]" 4: Build a Project in SQLMESH sqlmesh init snowflake
How to Create AWS S3 bucket With Terraform
มุมมอง 453 หลายเดือนก่อน
Code: github.com/saadqureshi45/AWSCODE.git Learn to install Terraform Terraform Configuration with AWS Create S3 bucket With Terraform #pythonprogramming #pythontutorial #datascience #aws #terraform
Like Operator in Google BigQuery
มุมมอง 776 หลายเดือนก่อน
Like Operator in Google BigQuery
Joins in SQL Google BigQuery
มุมมอง 866 หลายเดือนก่อน
Joins in SQL Google BigQuery
Aggregate Function in SQL Google BigQuery
มุมมอง 396 หลายเดือนก่อน
Aggregate Function in SQL Google BigQuery
Aggregate Functions in SQL Google Bigquery
มุมมอง 426 หลายเดือนก่อน
Aggregate Functions in SQL Google Bigquery
Signing Up for 12 Month Free Account
มุมมอง 276 หลายเดือนก่อน
Signing Up for 12 Month Free Account
Setting Up Google BigQuery Standbox Account
มุมมอง 126 หลายเดือนก่อน
Setting Up Google BigQuery Standbox Account
IN Operator in SQL Google BigQuery
มุมมอง 396 หลายเดือนก่อน
IN Operator in SQL Google BigQuery
OR Operator in SQL Google BigQuery
มุมมอง 356 หลายเดือนก่อน
OR Operator in SQL Google BigQuery
AND Operator in SQL Google BigQuery
มุมมอง 116 หลายเดือนก่อน
AND Operator in SQL Google BigQuery
Case Statement in SQL Google BigQuery
มุมมอง 846 หลายเดือนก่อน
Case Statement in SQL Google BigQuery
Cumulative Sum and Moving Average in SQL - Google BigQuery
มุมมอง 2126 หลายเดือนก่อน
Cumulative Sum and Moving Average in SQL - Google BigQuery
Rank and Dense Rank Function in SQL Google BigQuery
มุมมอง 226 หลายเดือนก่อน
Rank and Dense Rank Function in SQL Google BigQuery
Rank and Dense Rank in SQL Google BigQuery
มุมมอง 736 หลายเดือนก่อน
Rank and Dense Rank in SQL Google BigQuery
Row Number in SQL Google BigQuery
มุมมอง 936 หลายเดือนก่อน
Row Number in SQL Google BigQuery
SubQuery in SQL Google BigQuery
มุมมอง 446 หลายเดือนก่อน
SubQuery in SQL Google BigQuery

ความคิดเห็น

  • @ABCD-j3b
    @ABCD-j3b 13 ชั่วโมงที่ผ่านมา

    great

  • @lokeshthotamshetty2536
    @lokeshthotamshetty2536 วันที่ผ่านมา

    Thank you brother

  • @user-ex2xe6es1w
    @user-ex2xe6es1w 6 วันที่ผ่านมา

    Good content and Keep it up and maintain below 9 min

  • @rachamaduguchaitanya2135
    @rachamaduguchaitanya2135 8 วันที่ผ่านมา

    Good explanation

  • @RohitThakur-xu5wd
    @RohitThakur-xu5wd 10 วันที่ผ่านมา

    Can you please make a video on CTE with 2 or 3 examples.

    • @SaadQureshiOfficial
      @SaadQureshiOfficial 10 วันที่ผ่านมา

      CTE examples are in my MYSQL course video.

    • @RohitThakur-xu5wd
      @RohitThakur-xu5wd 10 วันที่ผ่านมา

      @@SaadQureshiOfficial Ok let me check, Thank you for your Response

  • @venuvallepu8988
    @venuvallepu8988 11 วันที่ผ่านมา

    Great video. If you could explain why we are replacing the values with Mean, Quantile etc. would have been beneficial. And also could you please make a standalone video on Visualisation with Python or any other visualisation tool.

  • @hiraaslam-qi5ws
    @hiraaslam-qi5ws 11 วันที่ผ่านมา

    how much time does it take to respond ??

  • @bhavinsolanki1091
    @bhavinsolanki1091 16 วันที่ผ่านมา

    Very good job saad, it was a beautiful project work with many common functions covered. thank you.

  • @muhammadnouman421
    @muhammadnouman421 17 วันที่ผ่านมา

    Your instructions worked for me. I got the call from support. Thanks for saving my time.

  • @ravneetkaur1814
    @ravneetkaur1814 17 วันที่ผ่านมา

    Hi Saad, I am getting error ‘ Unable to start program DTS’ while running a SSIS package on my local. Can you please help? It’s urgent.

  • @sadotib9477
    @sadotib9477 19 วันที่ผ่านมา

    great video sir

  • @ekaterinapetrik1008
    @ekaterinapetrik1008 25 วันที่ผ่านมา

    Thanks, you help me a lot🎉)))

  • @akshayj365
    @akshayj365 27 วันที่ผ่านมา

    Simple and straight explanation. Worked on windows. Also taken help from Chat -GPT when my PIP was not working because the Scripts directory, where `pip` is located, is not in my system's PATH environment variable

  • @salusajid
    @salusajid 27 วันที่ผ่านมา

    Really helpful. Thank you.

  • @alijannarejo1765
    @alijannarejo1765 หลายเดือนก่อน

    hi i want to download it for postgresql and oracle database but it is not supporting

  • @udayabhargavisuravarapu3263
    @udayabhargavisuravarapu3263 หลายเดือนก่อน

    At last python -m notebook completed but it is opening in vlc media player

  • @Ivashkinmd
    @Ivashkinmd หลายเดือนก่อน

    hey, can u show congfig.yaml ?

  • @leenamajumder8153
    @leenamajumder8153 หลายเดือนก่อน

    Thanks for the valuable info Saad Thankyou so much again !!

  • @MuhammadZainNasrullah
    @MuhammadZainNasrullah หลายเดือนก่อน

    THANKS I followed same steps and its worked.

  • @zainn7336
    @zainn7336 หลายเดือนก่อน

    Bro , i got same error . I also tried to reach out team using support case as you did but it didnot worked

  • @letmelearn1900
    @letmelearn1900 หลายเดือนก่อน

    which bank account works i heard that most of the credit, debit card doesn't work so can you please give any recommendations on this as i want to make a bank account for it but don't have any idea which one is going to work good.

    • @SaadQureshiOfficial
      @SaadQureshiOfficial หลายเดือนก่อน

      Where are you from?

    • @letmelearn1900
      @letmelearn1900 หลายเดือนก่อน

      @@SaadQureshiOfficial Pakistan, kp

    • @letmelearn1900
      @letmelearn1900 หลายเดือนก่อน

      @@SaadQureshiOfficial Reply?

  • @dainesmsagala8588
    @dainesmsagala8588 หลายเดือนก่อน

    thanks in many video there is no this solution,

  • @gen-ztiktok6990
    @gen-ztiktok6990 หลายเดือนก่อน

    Thanks bro, I even learnt more than expected

  • @TheodorNowi
    @TheodorNowi หลายเดือนก่อน

    Thank you so much !

  • @RajasPatil-pm9tl
    @RajasPatil-pm9tl 2 หลายเดือนก่อน

    can we save model output to .txt file ?

  • @RajasPatil-pm9tl
    @RajasPatil-pm9tl 2 หลายเดือนก่อน

    Can we create a .txt file where this df data is stored ?

  • @nnamdiambrosejunioreze2940
    @nnamdiambrosejunioreze2940 2 หลายเดือนก่อน

    Thanks alot

  • @manikandan-lk8jt
    @manikandan-lk8jt 2 หลายเดือนก่อน

    bro, i need one dataset for my college project.that is cybercrime. coud u give the link for that.

  • @rohitbisht7189
    @rohitbisht7189 2 หลายเดือนก่อน

    Bhai thanks so much ..

  • @waqasgamedev
    @waqasgamedev 2 หลายเดือนก่อน

    Buddy this worked and I got the call from there support. JazakAllah!

  • @ClyfNjeru
    @ClyfNjeru 2 หลายเดือนก่อน

    Cowdamnit!!! Thank you man.

  • @haravindnaathatmalinggam4172
    @haravindnaathatmalinggam4172 2 หลายเดือนก่อน

    Thank you sir. Helped alot 😊

  • @jorumago
    @jorumago 2 หลายเดือนก่อน

    Good tutorial!

  • @Tariq-dm3zr
    @Tariq-dm3zr 3 หลายเดือนก่อน

    Good video thanks. Only thing i would do differently is give less permission to the service account. Probably Big Query User & Big Query Data editor roles are enough.

  • @rahulkumarsharma1132
    @rahulkumarsharma1132 3 หลายเดือนก่อน

    Saad thanks for helping us out, But which version of python supports dbt plz let me know

  • @Villagebyteboost
    @Villagebyteboost 3 หลายเดือนก่อน

    Thanks saad Now my account is open with your video .I am very glad to like and subscribe your channel .Have a great journey

  • @cansener9802
    @cansener9802 3 หลายเดือนก่อน

    There is couple adjustments made in the policies you can use this : { "Version": "2012-10-17", "Statement" : [ { "Effect": "Allow", "Action": [ "s3:PutObject", "s3:GetObject", "s3:GetObjectVersion", "s3:DeleteObject", "s3:DeleteObjectVersion" ], "Resource": "arn:aws:s3:::bucketName/*" }, { "Effect": "Allow", "Action": "s3:ListBucket", "Resource": "arn:aws:s3:::bucketName", "Condition": { "StringLike": { "s3:prefix": "*" } } } ] }

  • @eliaskamyabify
    @eliaskamyabify 3 หลายเดือนก่อน

    informative video with demo

  • @user-lh7mc3lo8t
    @user-lh7mc3lo8t 3 หลายเดือนก่อน

    Good one bro Can you create timestamp file which update whenever job runs using python

  • @amlansasmal
    @amlansasmal 3 หลายเดือนก่อน

    python -m notebook Thank u it works!!!!!! btw tell me pip install jupyter kaha pe install ho rha .. c drive mei? ya app k taur par

  • @vishnusai4419
    @vishnusai4419 3 หลายเดือนก่อน

    how many records will support in dbt if csv file

  • @moumitadutta1613
    @moumitadutta1613 3 หลายเดือนก่อน

    Thank you sir for this video

  • @user-di8pf7jz4l
    @user-di8pf7jz4l 3 หลายเดือนก่อน

    Same error but still not resolved according to Customer Support they are try to contact me but they could not than I requseted my for alternate number still they are not able to call me ,

  • @vamsireddy5051
    @vamsireddy5051 4 หลายเดือนก่อน

    Superb sir, thanks lot 💯

  • @Sanidkumar
    @Sanidkumar 4 หลายเดือนก่อน

    Hi Sir, Thank you for this video. I am trying to automate the file transfer ( AUTO-INGEST ) process but its not working. here is the steps and script i took so far. My Event notification is not working . when ever a new file come to folder its not able to detect that. //CREATED TABLE CREATE OR REPLACE TABLE SPOTIFY_DB.PUBLIC.ALBUM ( album_id string, name string, release_date string, total_tracks int, url string) // create integration link between s3 and snowflake create or replace storage integration s3_init_spotify TYPE = EXTERNAL_STAGE STORAGE_PROVIDER = S3 ENABLED = TRUE STORAGE_AWS_ROLE_ARN = '<ARN ROLE>' STORAGE_ALLOWED_LOCATIONS = ('s3://Spotify_data/transformed_data') COMMENT = 'Creating connection to S3' DESC integration s3_init_spotify -- ( from this i created IAM role and provided the 'STORAGE_AWS_IAM_USER_ARN' and 'STORAGE_AWS_EXTERNAL_ID' //make connection by creating the STAGE CREATE OR REPLACE stage MANAGE_DB.external_stages_schema.SPOTIFY_Album URL = 's3://Spotify_data/transformed_data/album_data' STORAGE_INTEGRATION = s3_init_spotify FILE_FORMAT = MANAGE_DB.file_format_schema.csv_fileformat LIST @MANAGE_DB.external_stages_schema.SPOTIFY_Album //Creating the PIPE and STAGE for Automating the file transfer part create or replace schema manage_db.pipes create or replace pipe manage_db.pipes.Album_pipe AUTO_INGEST =TRUE as COPY INTO SPOTIFY_DB.PUBLIC.ALBUM FROM @MANAGE_DB.external_stages_schema.SPOTIFY_Album Project Execution Flow Lambda Trigger (every week) -> Run spotify_api_data_extract code (Extract Data from Spotify Top 50 - Global Playlist using spotipy library) -> Stores Raw Data in AWS S3 -> Trigger Transform Function -> Run spotify_transformation_load_function code (Transforms the data) -> Stores Transformed Data in AWS S3(Which then sends event notification to snowpipe) -> Triggers the Snowpipe which then extracts the data from transformation buckets and loads them in respective tables in Snowflake -> Data stored in snowflake can be queried for Analysis Will you please help me on that?

  • @TrailTales-bl6ou
    @TrailTales-bl6ou 4 หลายเดือนก่อน

    Please also attach the source files in future

  • @user-qw5mr9jb2e
    @user-qw5mr9jb2e 4 หลายเดือนก่อน

    can we create a view using dbt seed?

  • @user-wq1dz9ie3l
    @user-wq1dz9ie3l 4 หลายเดือนก่อน

    @SaadQureshiOfficial Can you please provide some insight on how we can increase the overall perm size of this instance?

  • @mounikakaja3902
    @mounikakaja3902 4 หลายเดือนก่อน

    Can you explain the first command snowsql -c training...??? What is training here?

  • @Nocontent7789
    @Nocontent7789 4 หลายเดือนก่อน

    Bro, Pakistan k mobile no. mai International calls tu allow nhi hoti, Tu wo allow ksy krwain?