The Data Millennials
The Data Millennials
  • 382
  • 991 921
How to apply or use IF function using Calculated Field in Looker | Use IF Function in Looker
If we need to calculate the profit from the unit price but we need to classify the category first , so we have to give the profit percentage based condition like
For category-1 ,2,3 -profit is 10% and for all rest category the profit percentage is 25%
So for such cases we can use IF function
So in this video we will create this a table and then we are going to apply or use the IF function as a calculated field in our charts or tables from scratch so that you can get the awareness that when where and how we can apply the IF function using calculated field,
And before we use this function, let's understand the IF function first.
IF function is a conditional function in looker and it Return a value based on a conditional expression.
IF defines a condition and returns a result when that condition is met, or returns a different result if that condition is not met.
Now lets go and create a calculated field using IF function in our table
- process-
IF syntax
IF(condition, true_result, false_result)
Parameters
condition - The expression to evaluate. condition can be any valid Boolean expression.
true_result - the value to return if condition is true. true_result can be any valid expression.
false_result - the value to return if condition is false. false_result can be any valid expression.
IF (Category IN ( "Category-1", "Category-2" , "Category-3") , UNIT Price*.10 ,UNIT Price*.25 )
You can follow us on the below social media handles:-
UA-cam: - youtube.com/@thedatamillennials
Facebook:- The-Data-Millennials-596575371027542/
Instagram: - the_data_millennials
LinkedIn: - www.linkedin.com/in/data-millennials-6b5a031b3/
Twitter: - DataMillennials
If you want to be become an Data Analyst or BuCASEess Analyst who has a great analytical Skill then you can follow the below links
Excel Playlist:-bit.ly/3rd9cEH
SQL Playlist:- bit.ly/3v28GKY
Google Data Studio playlist:- bit.ly/3v7czyc
Переглядів: 445

Відео

How to apply or use IFNULL function using Calculated Field in Looker | Use IFNULL Function in Looker
Переглядів 2384 місяці тому
So in this video we will create this a table and then we are going to apply or use the IFNULL function as a calculated field in our charts or tables from scratch so that you can get the awareness that when where and how we can apply the IFNULL function using calculated field, And before we use this function, let's understand the IFNULL function first. IFNULL function is a conditional function i...
How to use COALESCE function using Calculated Field in Looker | How to get another column value
Переглядів 1914 місяці тому
So in this video we will create this a table and then we are going to apply or use the COALESCE function as a calculated field in our charts or tables from scratch so that you can get the awareness that when where and how we can apply the COALESCE function using calculated field, And before we use this function, let's understand the COALESCE function first. COALESCE function is a conditional fu...
How to use CASE Statement to Replace one values with another value in Looker | Example of Case
Переглядів 1054 місяці тому
So in this video we will create this a table and then we are going to apply or use the CASE in calculated field in our charts or tables from scratch so that you can get the awareness that when where and how we can apply the CASE in our looker report or dashboard And before we use this function, let's understand the CASE first. So CASE is a condition statement , which Evaluates a list of conditi...
How to use Nested CASE statements in looker using case | Example of Nested Case Statement in Looker
Переглядів 1615 місяців тому
we can use Nested CASE statements to create more complex "branching" logic: For example here the sales target for category1 and category 2 is different, if the sales is below 350 then outcome will be poor if the sales is above 350 and below 700 then outcome will be good if the sales is above 700 then outcome will be excellent Then for sales target for category3,category4 and category 5 its diff...
How to Return a different field and value depending on a parameter value in looker using case
Переглядів 1215 місяців тому
How to Return a different field and value depending on a parameter value in looker using case
How to Evaluate a parameter in looker using case | Example of Case Statement in Looker
Переглядів 645 місяців тому
How to Evaluate a parameter in looker using case | Example of Case Statement in Looker
How to Evaluate logical AND/OR condition in looker using case | Case Statement with logical Operator
Переглядів 625 місяців тому
How to Evaluate logical AND/OR condition in looker using case | Case Statement with logical Operator
How to Evaluate a logical AND condition in looker using case | Case Statement with AND Operator
Переглядів 215 місяців тому
How to Evaluate a logical AND condition in looker using case | Case Statement with AND Operator
How to Classify numeric dimension values into discrete buckets in looker using case statement
Переглядів 1065 місяців тому
How to Classify numeric dimension values into discrete buckets in looker using case statement
How to Check for inequality in looker using case statement in Looker | #looker #lookerstudio
Переглядів 335 місяців тому
How to Check for inequality in looker using case statement in Looker | #looker #lookerstudio
How to use CASE in Calculated Field in Looker | How to create new categories or groupings of data
Переглядів 675 місяців тому
How to use CASE in Calculated Field in Looker | How to create new categories or groupings of data
How to apply or use TAN function using Calculated Field in Looker | #looker #lookerstudio
Переглядів 185 місяців тому
How to apply or use TAN function using Calculated Field in Looker | #looker #lookerstudio
How to apply or use SQRT function using Calculated Field in Looker | #looker #lookerstudio
Переглядів 566 місяців тому
How to apply or use SQRT function using Calculated Field in Looker | #looker #lookerstudio
How to apply or use SIN function using Calculated Field in Looker | #looker #lookerstudio
Переглядів 126 місяців тому
How to apply or use SIN function using Calculated Field in Looker | #looker #lookerstudio
How to apply or use ROUND function using Calculated Field in Looker | #looker #lookerstudio
Переглядів 1016 місяців тому
How to apply or use ROUND function using Calculated Field in Looker | #looker #lookerstudio
How to apply or use POWER function using Calculated Field in Looker | #looker #lookerstudio
Переглядів 436 місяців тому
How to apply or use POWER function using Calculated Field in Looker | #looker #lookerstudio
How to apply or use NARY_MIN function using Calculated Field in Looker | #looker #lookerstudio
Переглядів 376 місяців тому
How to apply or use NARY_MIN function using Calculated Field in Looker | #looker #lookerstudio
How to apply or use NARY_MAX function using Calculated Field in Looker | #looker #lookerstudio
Переглядів 996 місяців тому
How to apply or use NARY_MAX function using Calculated Field in Looker | #looker #lookerstudio
How To get SUM of MAX values in a scorecard in Looker Or Google Data Studio| #sumofmax #sum #max
Переглядів 4566 місяців тому
How To get SUM of MAX values in a scorecard in Looker Or Google Data Studio| #sumofmax #sum #max
How to apply or use LOG10 function using Calculated Field in Looker | #lookerstudio #looker
Переглядів 326 місяців тому
How to apply or use LOG10 function using Calculated Field in Looker | #lookerstudio #looker
How to apply or use LOG function using Calculated Field in Looker | #lookerstudio #looker
Переглядів 426 місяців тому
How to apply or use LOG function using Calculated Field in Looker | #lookerstudio #looker
How to apply or use FLOOR function using Calculated Field in Looker | #lookerstudio #looker
Переглядів 326 місяців тому
How to apply or use FLOOR function using Calculated Field in Looker | #lookerstudio #looker
How to apply or use COS function using Calculated Field in Looker | #lookerstudio #looker
Переглядів 437 місяців тому
How to apply or use COS function using Calculated Field in Looker | #lookerstudio #looker
How to apply or use CEIL function using Calculated Field in Looker | #lookerstudio #looker
Переглядів 337 місяців тому
How to apply or use CEIL function using Calculated Field in Looker | #lookerstudio #looker
How to apply or use ATAN function using Calculated Field in Looker | #lookerstudio #looker
Переглядів 317 місяців тому
How to apply or use ATAN function using Calculated Field in Looker | #lookerstudio #looker
How to apply or use ASIN function using Calculated Field in Looker | #lookerstudio #looker
Переглядів 127 місяців тому
How to apply or use ASIN function using Calculated Field in Looker | #lookerstudio #looker
How to apply or use ACOS function using Calculated Field in Looker | #lookerstudio #looker
Переглядів 197 місяців тому
How to apply or use ACOS function using Calculated Field in Looker | #lookerstudio #looker
How To Returns the absolute value of a number using Calculated Field in Looker | #looker
Переглядів 767 місяців тому
How To Returns the absolute value of a number using Calculated Field in Looker | #looker
How to Hide or unhide an existing calculated Field in the data source in Looker | #looker
Переглядів 4717 місяців тому
How to Hide or unhide an existing calculated Field in the data source in Looker | #looker

КОМЕНТАРІ

  • @oldman2727
    @oldman2727 День тому

    is it possible to add vertical borders between columns?

  • @thalitabrandao4707
    @thalitabrandao4707 3 дні тому

    Hi! You've mentioned in the video description that Lat and Long can be used for location, but i can't find how. Is it a special feature or..?

  • @mansigupta8493
    @mansigupta8493 4 дні тому

    If we add filters, will the email send the modified report custom to a particular user’s filters?

  • @carlcee
    @carlcee 8 днів тому

    Glad I saw this video. Thank You So Much!

  • @angelrajan7097
    @angelrajan7097 21 день тому

    Found a solution after 2 days of the error 🤯

  • @DrewRenner-n6r
    @DrewRenner-n6r 23 дні тому

    Thank you, this has been a big help!

  • @VivekcharyVishwaroju
    @VivekcharyVishwaroju 25 днів тому

    Saviour!!

  • @bazildias
    @bazildias 26 днів тому

    Is that option still available?, couldn't see these settings in the latest version.

  • @manuelespitia10
    @manuelespitia10 29 днів тому

    Hi! Almost found what I was looking for in this awesome video, thanks. Do you know if there’s a way to use a data range control as a calendar table? This is, that it uses two different date columns to filter? Both columns are in the same blended table. Thanks in advance.

  • @NicholasGuedesPucci
    @NicholasGuedesPucci Місяць тому

    What about pivot tables?

  • @jessedancy1989
    @jessedancy1989 Місяць тому

    This function doesn't work properly for me in my blended data source. For some reason, the default aggregation is disabled.

  • @mdilman7784
    @mdilman7784 Місяць тому

    Is it possible to use this slider for dates like power BI? so that user can easily slide in between the dates

    • @thedatamillennials
      @thedatamillennials Місяць тому

      Currently in data studio you can only use numeric values in slider.

  • @RebecaProfissional
    @RebecaProfissional Місяць тому

    what if i have more than one date in my data source, and i want to filter from a specific one

    • @thedatamillennials
      @thedatamillennials Місяць тому

      you can put that another date column as filter on your report page.

    • @RebecaProfissional
      @RebecaProfissional Місяць тому

      @@thedatamillennials how do i do that?

    • @thedatamillennials
      @thedatamillennials Місяць тому

      Hi Rebeca, if you are still struggling, then i would request you to please get on a quick call, so that i can help you to sort it out.

    • @manuelespitia10
      @manuelespitia10 29 днів тому

      I have a similar question: how can I use two different date columns in the same date range control? Sthn like a calendar table.

  • @monicakristin8144
    @monicakristin8144 Місяць тому

    thanks

    • @thedatamillennials
      @thedatamillennials Місяць тому

      You're welcome! Request you to please check out our other videos of Excel, SQL and Google data studio ( Looker) and also please help us to reach out to all your friends and family members who might want to learn something new by sharing our content. And Request you to please subscribe our channel to learn more about such topics

  • @Letter-wt6wn
    @Letter-wt6wn Місяць тому

    I didn't know it is that simple by re-designing the pivot table format! Million thanks! I have been silly the whole time :D

    • @thedatamillennials
      @thedatamillennials Місяць тому

      I am Glad that our video was useful and helpful . Request you to please check out our other videos of Excel, SQL and Google data studio ( Looker) and also please help us to reach out to all your friends and family members who might want to learn something new by sharing our content. And Request you to please subscribe our channel to learn more about such topics In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @mousumidutta4941
    @mousumidutta4941 Місяць тому

    Thank you

    • @thedatamillennials
      @thedatamillennials Місяць тому

      I am Glad that our video was useful and helpful . Request you to please check out our other videos of Excel, SQL and Google data studio ( Looker) and also please help us to reach out to all your friends and family members who might want to learn something new by sharing our content. And Request you to please subscribe our channel to learn more about such topics In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @FurqanAhmed-qi1ls
    @FurqanAhmed-qi1ls 2 місяці тому

    Stupid video need how to prepare data/

    • @thedatamillennials
      @thedatamillennials 2 місяці тому

      Dear frnd, yes it might be a stupid video for you because you have to create data and then you have to practice to create customize heat map. you are commenting it as a stupid video because you wanted to have a readymade clean data for your practice but nothing is free in this life. you could have commented that you need this data for practice and i would have personally shared the data over an email. but instead of that you choose a different way and i wish you your different way would have helped you but i can understand your frustration. i am with you as i am with all my you tube community. please let me know brother if you need the data for practice. i would be happy to help.

    • @FurqanAhmed-qi1ls
      @FurqanAhmed-qi1ls 2 місяці тому

      ​@@thedatamillennials Sorry bro was just frustrated. Had a pending task and wasn't able to find the solution. Once again sorry.

    • @thedatamillennials
      @thedatamillennials Місяць тому

      No Worries brother. Hope you were able to find the solution and best of luck.

  • @ABUFARAH22
    @ABUFARAH22 2 місяці тому

    What if i want to sort column A and i want the corresponding data in column B will go along with it.

    • @thedatamillennials
      @thedatamillennials 2 місяці тому

      hey apologies for the delayed response. you just just have to sort the data based on column A and rest all the data will sorted based on Column A only .. in case if column B has any formula, even then the values will start reflecting based on column A values . In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @akshaygangwani9875
    @akshaygangwani9875 2 місяці тому

    how to save union data into a new table?

    • @thedatamillennials
      @thedatamillennials 2 місяці тому

      To save the results of a UNION query into a new table in SQL, you can use a combination of the `CREATE TABLE` and `INSERT INTO` statements. Here’s a step-by-step guide for this process: 1. Create the New Table: First, you need to create the structure of the new table that will store the results of the UNION. The structure should match the structure of the result set of your UNION query. 2. Insert Data Using UNION: Use the `INSERT INTO` statement combined with your UNION query to populate the new table. Here is an example to illustrate the process: Suppose you have two tables, `table1` and `table2`, and you want to save the union of these tables into a new table called `new_table`. Step 1: Create the New Table ### Step 2: Insert Data Using UNION Next, use the `INSERT INTO` statement with your UNION query to insert data into the new table: sql INSERT INTO new_table (column1, column2, column3, ...) SELECT column1, column2, column3, ... FROM table1 UNION SELECT column1, column2, column3, ... FROM table2; ### Example Let’s say you have two tables with the following structure: table1: - id (INT) - name (VARCHAR) - age (INT) table2: id (INT) name (VARCHAR) age (INT) You want to union these tables and save the results into a new table called `new_table`. sql Step 1: Create the new table CREATE TABLE new_table ( id INT, name VARCHAR(255), age INT ); Step 2: Insert data using UNION INSERT INTO new_table (id, name, age) SELECT id, name, age FROM table1 UNION SELECT id, name, age FROM table2; By following these steps, you will create a new table and save the results of the UNION query into it.

  • @ramzidjauhari3829
    @ramzidjauhari3829 2 місяці тому

    Dear Atul... How if I want to count multiple values in one cell using Looker Studio. For example | Date | Category | |2024-5-5 | P1;P2;P3 | |2024-4-3 | P1;P3;P4 | |2024-3-3. | P2;P4 | |2024-2-2 | P1;P3 | I want to show data, how many P1, P2, P3, P4 for some period of time. Fox example: |Category. | Total. | %. | |P1 | 3 | 30%| |P2 | 2 | 20%| |P3 | 3 | 30%| |P4 |. 2 | 20%| Total | 10 | 100%| Thank. you

    • @thedatamillennials
      @thedatamillennials 2 місяці тому

      To achieve this in Looker Studio (formerly Google Data Studio), you can follow these steps: 1. Prepare Your Data: Ensure that your data is imported into Looker Studio and is structured correctly. You might need to use Google Sheets or another data source that Looker Studio can connect to. Here's an example of how your data might look in a Google Sheet: ``` | Date | Category | | 2024-5-5 | P1;P2;P3 | | 2024-4-3 | P1;P3;P4 | | 2024-3-3 | P2;P4 | | 2024-2-2 | P1;P3 | ``` 2. Split Categories into Separate Rows (ETL): Looker Studio does not directly support the kind of string manipulation and aggregation you're looking for. Therefore, you need to preprocess the data. You can do this in Google Sheets or any ETL tool. Here’s how you can do it in Google Sheets: - Step 1: Split the category column into multiple columns. Use the `SPLIT` function in Google Sheets: A2: =SPLIT(B2, ";") This will split `P1;P2;P3` into separate cells. -Step 2: Unpivot the data. Convert the wide format to long format using an Apps Script or manually unpivoting: | Date | Category | | 2024-5-5 | P1 | | 2024-5-5 | P2 | | 2024-5-5 | P3 | | 2024-4-3 | P1 | | 2024-4-3 | P3 | | 2024-4-3 | P4 | | 2024-3-3 | P2 | | 2024-3-3 | P4 | | 2024-2-2 | P1 | | 2024-2-2 | P3 | 3. Connect the Prepared Data to Looker Studio: - Open Looker Studio. - Connect to the Google Sheet containing your prepared data. 4. Create Calculated Fields: - In Looker Studio, you can create a calculated field to count the occurrences of each category. - Create a calculated field for each category: - `P1 Count`: `COUNTIF(Category = "P1")` - `P2 Count`: `COUNTIF(Category = "P2")` - `P3 Count`: `COUNTIF(Category = "P3")` - `P4 Count`: `COUNTIF(Category = "P4")` - Alternatively, if you have a large number of categories or want a more dynamic solution, use a CASE statement: CASE WHEN Category = "P1" THEN 1 ELSE 0 END 5. Create the Visualization: - Add a new table to your report. - Use the Category field as the dimension. - Use the calculated fields for each category as the metrics. - Add another calculated field to sum the counts for the total: - `Total`: `SUM(P1 Count) + SUM(P2 Count) + SUM(P3 Count) + SUM(P4 Count)` - Add a calculated field to compute the percentage: - `%`: `SUM(P1 Count) / SUM(Total) * 100` (similarly for other categories) 6. Arrange the Table: - Ensure your table looks like the one below: | Category | Total | % | |----------|-------|-----| | P1 | 3 | 30% | | P2 | 2 | 20% | | P3 | 3 | 30% | | P4 | 2 | 20% | | Total | 10 | 100%| By following these steps, you can transform your data and visualize the count and percentage of each category over a specific period in Looker Studio.

  • @dsaraswathi6185
    @dsaraswathi6185 2 місяці тому

    No

    • @thedatamillennials
      @thedatamillennials 2 місяці тому

      Hey Apologies for the delayed response. thanks for going through my video. In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @akashshinde341
    @akashshinde341 2 місяці тому

    Is the quality ❤ i would like to share this video every in my status

    • @thedatamillennials
      @thedatamillennials 2 місяці тому

      thanks Akash. you words have really encourage me to work harder, so that i can help someone in need and I am Glad that our video was useful and helpful . Request you to please check out our other videos of Excel, SQL and Google data studio ( Looker) and also please help us to reach out to all your friends and family members who might want to learn something new by sharing our content. And Request you to please subscribe our channel to learn more about such topics In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @C.L.H
    @C.L.H 2 місяці тому

    Thank you, this was a lifesaver

    • @thedatamillennials
      @thedatamillennials 2 місяці тому

      I am Glad that our video was useful and helpful . Request you to please check out our other videos of Excel, SQL and Google data studio ( Looker) and also please help us to reach out to all your friends and family members who might want to learn something new by sharing our content. And Request you to please subscribe our channel to learn more about such topics In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @RoemmersDatosMedicos
    @RoemmersDatosMedicos 2 місяці тому

    Hi! Do you know how do I get the max value of the another column? Example, If I have three competitors, want to know the price of the leader (most sales) competitor. Thank you.

    • @thedatamillennials
      @thedatamillennials 2 місяці тому

      To achieve this in Looker Studio (formerly Google Data Studio), you can follow these steps: 1. **Prepare Your Data:** Ensure that your data is imported into Looker Studio and is structured correctly. You might need to use Google Sheets or another data source that Looker Studio can connect to. Here's an example of how your data might look in a Google Sheet: ``` | Date | Category | | 2024-5-5 | P1;P2;P3 | | 2024-4-3 | P1;P3;P4 | | 2024-3-3 | P2;P4 | | 2024-2-2 | P1;P3 | ``` 2. **Split Categories into Separate Rows (ETL):** Looker Studio does not directly support the kind of string manipulation and aggregation you're looking for. Therefore, you need to preprocess the data. You can do this in Google Sheets or any ETL tool. Here’s how you can do it in Google Sheets: - **Step 1:** Split the category column into multiple columns. Use the `SPLIT` function in Google Sheets: ``` A2: =SPLIT(B2, ";") ``` This will split `P1;P2;P3` into separate cells. - **Step 2:** Unpivot the data. Convert the wide format to long format using an Apps Script or manually unpivoting: ``` | Date | Category | | 2024-5-5 | P1 | | 2024-5-5 | P2 | | 2024-5-5 | P3 | | 2024-4-3 | P1 | | 2024-4-3 | P3 | | 2024-4-3 | P4 | | 2024-3-3 | P2 | | 2024-3-3 | P4 | | 2024-2-2 | P1 | | 2024-2-2 | P3 | ``` 3. **Connect the Prepared Data to Looker Studio:** - Open Looker Studio. - Connect to the Google Sheet containing your prepared data. 4. **Create Calculated Fields:** - In Looker Studio, you can create a calculated field to count the occurrences of each category. - Create a calculated field for each category: - `P1 Count`: `COUNTIF(Category = "P1")` - `P2 Count`: `COUNTIF(Category = "P2")` - `P3 Count`: `COUNTIF(Category = "P3")` - `P4 Count`: `COUNTIF(Category = "P4")` - Alternatively, if you have a large number of categories or want a more dynamic solution, use a CASE statement: ```sql CASE WHEN Category = "P1" THEN 1 ELSE 0 END ``` 5. **Create the Visualization:** - Add a new table to your report. - Use the Category field as the dimension. - Use the calculated fields for each category as the metrics. - Add another calculated field to sum the counts for the total: - `Total`: `SUM(P1 Count) + SUM(P2 Count) + SUM(P3 Count) + SUM(P4 Count)` - Add a calculated field to compute the percentage: - `%`: `SUM(P1 Count) / SUM(Total) * 100` (similarly for other categories) 6. **Arrange the Table:** - Ensure your table looks like the one below: | Category | Total | % | |----------|-------|-----| | P1 | 3 | 30% | | P2 | 2 | 20% | | P3 | 3 | 30% | | P4 | 2 | 20% | | Total | 10 | 100%| By following these steps, you can transform your data and visualize the count and percentage of each category over a specific period in Looker Studio.

  • @klawtawar
    @klawtawar 2 місяці тому

    thanks

  • @ElectronicBarta
    @ElectronicBarta 2 місяці тому

    I set the 15 minitues schdule. but its not working. could you tell me whats problem please.

    • @thedatamillennials
      @thedatamillennials 2 місяці тому

      Hey Apologies for the delayed response. There can be an issue with the data source but i would request you to please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

    • @ElectronicBarta
      @ElectronicBarta Місяць тому

      @@thedatamillennials issue solved. thanks for your reply

    • @thedatamillennials
      @thedatamillennials Місяць тому

      Welcome brother

  • @poojapatel9029
    @poojapatel9029 2 місяці тому

    It would be better if you can create one folder kind of structure for this all interview question. It would be easy to access.

    • @thedatamillennials
      @thedatamillennials 2 місяці тому

      hi pooja , i am about to do that ,i am going to create a github in which i am going to give the list of all question with the link. In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @poojapatel9029
    @poojapatel9029 2 місяці тому

    I've been practice SQL query since last few days. All the resources were confusing me as it shows all the different ways to write highest salary. Thank you so much for putting all the basic possible ways to write this query. Much needed.

    • @thedatamillennials
      @thedatamillennials 2 місяці тому

      thanks Pooja. I am Glad that our video was useful and helpful . Request you to please check out our other videos of Excel, SQL and Google data studio ( Looker) and also please help us to reach out to all your friends and family members who might want to learn something new by sharing our content. And Request you to please subscribe our channel to learn more about such topics In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @emilytran84
    @emilytran84 3 місяці тому

    I love love love this so much ! Thank you for your video.

    • @thedatamillennials
      @thedatamillennials 2 місяці тому

      I am Glad that our video was useful and helpful . Request you to please check out our other videos of Excel, SQL and Google data studio ( Looker) and also please help us to reach out to all your friends and family members who might want to learn something new by sharing our content. And Request you to please subscribe our channel to learn more about such topics In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @saswata1980
    @saswata1980 3 місяці тому

    This only happens when the user is an Editor, how about user when he has been given Viewer access and needs the background Data- Everyone using a Dashboard can't be given Editor access.

    • @thedatamillennials
      @thedatamillennials 2 місяці тому

      the user that has read only access can download the data but in case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @RobiaCharles
    @RobiaCharles 3 місяці тому

    How can I select multiple items in the drop down?

    • @thedatamillennials
      @thedatamillennials 2 місяці тому

      hey Rob, whenever you select a dropdown into you will be able to select single select or multiple select. if you switch to multiple select then you will be able to select multiple item. well by default in looker the drop down will have multiple select. In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @DataCollins
    @DataCollins 3 місяці тому

    Thank youuuuuu

    • @thedatamillennials
      @thedatamillennials 3 місяці тому

      I am Glad that our video was useful and helpful . Request you to please check out our other videos of Excel, SQL and Google data studio ( Looker) and also please help us to reach out to all your friends and family members who might want to learn something new by sharing our content. And Request you to please subscribe our channel to learn more about such topics

  • @anjanakasyap6158
    @anjanakasyap6158 3 місяці тому

    👌👌

  • @Grvjoshi28
    @Grvjoshi28 3 місяці тому

    What if we use limit instead of row number?

    • @thedatamillennials
      @thedatamillennials 3 місяці тому

      Yes you can use it , its totally depends on the situation and the further use of the output. lets say that you just need to show the output then you can use limit, but in case if you have to use the sql output as an input for further for transformation of data then you can not use limit. let me know your thoughts about it and incase if you want to discuss or brainstorm on any points in sql, python or data studio, please feel free to connect with me over a quick call (Email Id:- master.datamillennials@gmail.com)

  • @derrickchris2878
    @derrickchris2878 3 місяці тому

    Thank you 😊

    • @thedatamillennials
      @thedatamillennials 3 місяці тому

      I am Glad that our video was useful and helpful . Request you to please check out our other videos of Excel, SQL and Google data studio ( Looker) and also please help us to reach out to all your friends and family members who might want to learn something new by sharing our content. And Request you to please subscribe our channel to learn more about such topics

  • @oj5558
    @oj5558 3 місяці тому

    Excellent Video. Practical 👏

    • @thedatamillennials
      @thedatamillennials 3 місяці тому

      Thanks for your response, it really encourage us to work harder. I am Glad that our video was useful and helpful . Request you to please check out our other videos of Excel, SQL and Google data studio ( Looker) and also please help us to reach out to all your friends and family members who might want to learn something new by sharing our content. And Request you to please subscribe our channel to learn more about such topics

  • @Ganeshay-996
    @Ganeshay-996 3 місяці тому

    i have find laterally good source best channel ....❤

    • @thedatamillennials
      @thedatamillennials 3 місяці тому

      it really means a lot to us that you have shared your thoughts with us. I am Glad that our video was useful and helpful . Request you to please check out our other videos of Excel, SQL and Google data studio ( Looker) and also please help us to reach out to all your friends and family members who might want to learn something new by sharing our content. And Request you to please subscribe our channel to learn more about such topics In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @user-mp1ez3zi8h
    @user-mp1ez3zi8h 3 місяці тому

    Thank you so much

    • @thedatamillennials
      @thedatamillennials 3 місяці тому

      I am Glad that our video was useful and helpful . Request you to please check out our other videos of Excel, SQL and Google data studio ( Looker) and also please help us to reach out to all your friends and family members who might want to learn something new by sharing our content. And Request you to please subscribe our channel to learn more about such topics In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @husnag24
    @husnag24 3 місяці тому

    can we add multiple variables. like internet users And total Population . also can we add statistic data labels to locations

    • @thedatamillennials
      @thedatamillennials 3 місяці тому

      yes you can add multiple variables based on your requirement In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @gokago3266
    @gokago3266 3 місяці тому

    Thank you very much

    • @thedatamillennials
      @thedatamillennials 3 місяці тому

      You are welcome. In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @kaylaraine
    @kaylaraine 4 місяці тому

    Thank you! This addressed all the issues that I was having trouble resolving!

    • @thedatamillennials
      @thedatamillennials 3 місяці тому

      it really means a lot to us when you guys share your thoughts with us. it encourage us and motivate us to work a lot harder then we are doing currently. I am Glad that our video was useful and helpful . Request you to please check out our other videos of Excel, SQL and Google data studio ( Looker) and also please help us to reach out to all your friends and family members who might want to learn something new by sharing our content. And Request you to please subscribe our channel to learn more about such topics In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @AshrafAli-lw2sk
    @AshrafAli-lw2sk 4 місяці тому

    Thank you so much, it's been taking years to know this 🥹

    • @thedatamillennials
      @thedatamillennials 3 місяці тому

      it really means a lot to us when you guys share your thoughts with us. it encourage us and motivate us to work a lot harder then we are doing currently. I am Glad that our video was useful and helpful . Request you to please check out our other videos of Excel, SQL and Google data studio ( Looker) and also please help us to reach out to all your friends and family members who might want to learn something new by sharing our content. And Request you to please subscribe our channel to learn more about such topics In case if you are struggling with any topic, Please connect with us on the below given email id and we can connect over a quick google meet call and help you to resolve it. Email Id:- master.datamillennials@gmail.com

  • @aradhanamallik7534
    @aradhanamallik7534 4 місяці тому

    Good 👍

  • @aradhanamallik7534
    @aradhanamallik7534 4 місяці тому

    👍👍

  • @aradhanamallik7534
    @aradhanamallik7534 4 місяці тому

    👍👍

  • @aradhanamallik7534
    @aradhanamallik7534 4 місяці тому

    👍👍

  • @aradhanamallik7534
    @aradhanamallik7534 4 місяці тому

    👍👍

  • @aradhanamallik7534
    @aradhanamallik7534 4 місяці тому

    👍👍

  • @aradhanamallik7534
    @aradhanamallik7534 4 місяці тому

    👍👍