Turning Measure Names into Dimension in Tableau

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 7

  • @SamRao
    @SamRao 4 роки тому +1

    Thank you! This is exactly what I needed

  • @mostlyunconscious
    @mostlyunconscious 3 роки тому

    Can i use filters in creating calculated fields. If Yes, how?

    • @dataembassy8115
      @dataembassy8115  3 роки тому

      You can create pre filter or post filter in calculated fields. Sum(if state=‘Ca’ then sales end) is row level filter or pre filter. If attr(state)=‘Ca’ then sum(sales) end is aggregation filter or post filter. In sql, where statement is pre filter. Having statement is post filter.

    • @mostlyunconscious
      @mostlyunconscious 3 роки тому

      I want to get a value from calculated filed having filters
      status==active
      min_date==1/1/2021
      then get profit
      By this calculated filed I get profit in this year...
      Overall I want to place profit for this year and other all years for a store at a time. How can I do it?
      Thanks in advance!

  • @LBTT_77
    @LBTT_77 4 роки тому

    Can you turn AGG dimension into a measure?