Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, either in my script or in the chart itself or a calculated dimension, how do I grab the max timestamp per date? So basically, how do I flag/grab only the yellow rows below? Thank you for your time
Time(Max([CHP PACU] | End Time]))
-Rob
@drohm002 Take max of [CHP PACU] | End Time] column and then convert it in required format.