How to highlight an entire row in tableau

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 16

  • @jonathanharris2326
    @jonathanharris2326 Месяц назад

    I followed your tutorial and it worked pretty well however in my table I have "Metric Name" and "Measure".. Some of my Metric Names are long and are having trouble fitting within the given space on my dashboard so my question to you is, is there a way to adjust the column header lengths when you are using them in the Marks or do they have to remain a fixed size?

    • @DataVizCanvas
      @DataVizCanvas  Месяц назад

      That's a great question. As shown in tutorial, we have used Max(1) in the column shelf for individual columns. As i have used Max(1) for all the columns , the size is fixed to 1. If you want a particular column to change its width then you can use max(2) or Max (3) as per your requirement. Hope that helps.

  • @brandontheITguy
    @brandontheITguy 10 месяцев назад

    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.

    • @DataVizCanvas
      @DataVizCanvas  6 месяцев назад

      You could do that by changing the axis values. Please try and let me know in case of any issues.

  • @asifbhaihuddani543
    @asifbhaihuddani543 2 года назад

    Nice tutorial

  • @YanithGomez
    @YanithGomez 2 года назад +2

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

    • @DataVizCanvas
      @DataVizCanvas  2 года назад

      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 2 года назад

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

    • @DataVizCanvas
      @DataVizCanvas  2 года назад

      Hi Dinesh, which fixed symbols you are referring to?

  • @vignesh2104
    @vignesh2104 2 года назад +1

    here is a issue we cant control the width

    • @DataVizCanvas
      @DataVizCanvas  2 года назад

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

  • @landi.simone9747
    @landi.simone9747 13 дней назад

    per fare una cosa così semplice che qualsiasi altro strumento fa con 2 click bisogna tirare in piedi un cinema. Incredibile come uno strumento di visualizzazione così potente e con così tante opzioni pecchi su delle attività cosi banali. talmente tanto una rottura che al cliente preferisco dire che non si può fare.

    • @DataVizCanvas
      @DataVizCanvas  12 дней назад

      Thanks for your feedback.
      Yes, you are correct as this is a old workaround to highlight a row in tableau. However you can now use a "Table Extension" with which you can highlight columns , dimension or measure in few simple steps. Please check out below tutorial for details
      ruclips.net/video/EXvw6r8D6xA/видео.html
      Hope that helps 🙂

  • @firstname4337
    @firstname4337 11 месяцев назад +1

    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  11 месяцев назад

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