Skip to main content

Hello,

 

I'm trying to highlight just the latest date in the data source to a parameter date. I was able to achieve to highlight the parameter data, but I would like to see the part from it to be highlighted.

5 answers
  1. Sep 28, 2020, 2:56 PM

    Yes.

     

    Color

    IF [Order Date]>=[YEAR] THEN

      "Highlight"

    ELSE

      "No Highlight"

    END

     

    Then drag this to the color card. That will create this:

     

    Yes. ColorIF [Order Date]>=[YEAR] THEN

     

    The fact that Color is a dimension is causing it to impact the level of detail of the view and breaking it into two likes. To fix this, right-click the pill and go to "Measure" then select "Max". Then edit the colors to your liking.

     

    10

     

    See attached.

0/9000