How to highlight an entire row in tableau

Поділитися
Вставка
  • Опубліковано 23 лип 2024
  • Did you know how to highlight a row in a given table in tableau? If not then this tutorial is for you. In one of my previous videos I talked about how to conditionally format the text cell colour or background of a cell within a given table in tableau. Todays tutorial is an extension of it where I am going to talk about another useful tableau technique on how to highlight an entire row in a given table based on selected criteria in tableau
    Link to tableau public: public.tableau.com/app/profil...
    Link to tutorial on how to conditionally format text cell colour: • How to Conditionally F...
    --------------------------------------------
    📚 Recommended Books
    --------------------------------------------
    📚 DATA VISUALISATION & STORYTELLING
    Storytelling with Data: A Data Visualisation Guide for Business Professionals amzn.to/3q9ygPw
    Data Visualisation: A Handbook for Data Driven Design amzn.to/3qfb1na
    The Big Book of Dashboards amzn.to/3q4i3eG
    Data Visualization: A Practical Introduction amzn.to/44KYrel
    Storytelling with Data : Lets Practice amzn.to/44O7WcL
    Tableau Desktop Specialist Certification: amzn.to/44Ocy2P
    Tableau Desktop Certified Associate: amzn.to/3Kk2YfV
    📚 SQL
    SQL for Data Analytics: amzn.to/3rROkGj
    SQL 3 books in 1 : amzn.to/3KklUuY
    Learning SQL: Generate, Manipulate and Retrieve Data : amzn.to/3Kn34mN
    SQL Quick Start Guide: amzn.to/3KInOpx
    📚 DATA ENGINEERING
    Data Engineering with Python : amzn.to/3YelH1Y
    Data Engineering with AWS: amzn.to/3YgXoAL
    Fundamentals of Data Engineering: amzn.to/3OAUVxy
    Software Architecture: amzn.to/3KmNffX
    System Design Interview: amzn.to/3Yhfy5q
    Ace Data Science Interview: amzn.to/3rOxcBl
    System Design Interview: amzn.to/3OAw8d7
    Designing Machine Learning Systems: amzn.to/3YbGxiB
    📚 SOFTWARE ENGINEERING
    Clean Code amzn.to/47aBnr4
    Clean Architecture amzn.to/3OA8VaP
    The Programmatic Programmer: amzn.to/4793k2C
    -----------------------------------------
    👇 CHECK THIS OUT! 👇
    -----------------------------------------
    🏪 AMAZON STOREFRONT
    www.amazon.com/shop/datavizca...
    All my recommendations for books, gadgets and gear are also available at my
    Amazon storefront. Check it out!
    👕 LIKE THE "DATA RELATED GIFTS" WITH CREATIVE, FUNNY & HUMOROUS QUOTES FOR ANYONE WHO LIKE TO LAUGH ?
    You can purchase one here: www.datavizcanvas.com/shop/#!/
    --------------------------------------------------------------------------------
    😍 📧 REACH OUT TO ME ON SOCIAL MEDIA 😍
    --------------------------------------------------------------------------------
    Instagram: / datavizcanvas
    Twitter: / datavizcanvas
    Facebook profile.php?...
    Linkedin: / gurpreetsingh515
    Tableau public public.tableau.com/app/profil...
    Website : www.datavizcanvas.com/
    -------------------
    GEAR I USE
    -------------------
    📷 Video
    Canon EOS RP amzn.to/3QkOpfU
    Canon RF 35mm amzn.to/3rNIh5E
    Canon RF 14-35mm amzn.to/44JQw0Y
    🎙️ Audio
    Rode NT-USB Versatile Studio amzn.to/3DCbxyY
    Rode PSA1 Professional Studio Arm amzn.to/3ObseWN
    Thanks for being a part of this channel and all your support! 💪 🙏
    ⏱ TIMESTAMPS
    00:00​ - Introduction
    00:58 - How to highlight a row in tableau
    01:51 - Connect to datasource
    02:00 - Create a table
    02:40 - Create a parameter and calculation
    03:30 - Create placeholder fields (n number of columns) and formatting
    ‼️ DISCLAIMERS
    Links included in this description may be affiliate links. When you buy a product or service with these links, I may receive a small commission. However, there is no additional cost to you :) I genuinely appreciate you supporting my channel so I can continue to provide you with awesome content for free!

КОМЕНТАРІ • 11

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

    LOVED this tutorial...one question...is it possible to resize the axis/column? I'm applying this filtering to tickets within our internal system here at work, and it would be most valuable to be able to resize meaning shrink, and expand each column.

  • @asifbhaihuddani543
    @asifbhaihuddani543 2 роки тому

    Nice tutorial

  • @YanithGomez
    @YanithGomez Рік тому +2

    ¿Sabes cómo se puede resaltar una sola palabra dentro de un texto?

    • @DataVizCanvas
      @DataVizCanvas  Рік тому

      Básicamente, puede dividir la oración en tres partes: antes de la palabra de búsqueda, la palabra que resaltará y después de la palabra
      Una vez que tenga esos tres cálculos, introdúzcalos en la marca de texto y luego coloree el cálculo de "la palabra". Espero que ayude
      Antes de la palabra de búsqueda:
      IF CONTAINS([Descripción]," "+[Cuadro de búsqueda]+" ") //en el medio
      O CONTIENE([Descripción],[Cuadro de búsqueda]+" ") Y // al principio
      FIND([Descripción],STR([Cuadro de búsqueda]))=1
      O CONTIENE([Descripción]," "+[Cuadro de búsqueda]) Y // al final
      FIND([Descripción],STR([Cuadro de búsqueda]))+LEN([Cuadro de búsqueda])-1=LEN([Descripción])
      DESPUÉS
      LEFT([Descripción],FIND([Descripción],STR([Cuadro de búsqueda]))-1)
      FINAL
      La palabra:
      IF NOT(ISNULL([Pre Word]))
      DESPUÉS
      MID([Descripción]
      FIND([Descripción],STR([Cuadro de búsqueda])),
      LEN([Cuadro de búsqueda]))
      FINAL
      Después de la palabra:
      IF NOT(ISNULL([Pre Word]))
      DESPUÉS
      MID([Descripción],
      FIND([Descripción],STR([Cuadro de búsqueda]))+LEN([Cuadro de búsqueda]),
      LEN([Descripción])-LEN([Palabra])-LEN([Palabra anterior])+2)
      FINAL

  • @dineshchavan2248
    @dineshchavan2248 Рік тому

    Thank you sir for great vdo, but how to remove fixed symbol

    • @DataVizCanvas
      @DataVizCanvas  Рік тому

      Hi Dinesh, which fixed symbols you are referring to?

  • @vignesh2104
    @vignesh2104 Рік тому +1

    here is a issue we cant control the width

    • @DataVizCanvas
      @DataVizCanvas  Рік тому

      Yes that's the limitation with this method. It will keep all the columns with same width.

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

    you explained it very well, but my god tableau is a piece of trash software -- so much garbage to go through just to fully highlight a row

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

      Thanks for your feedback. Hope this functionaly will be added in future releases