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
Yes.
Color
IF [Order Date]>=[YEAR] THEN
"Highlight"
ELSE
"No Highlight"
END
Then drag this to the color card. That will create this:
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.
See attached.