Forum Discussion

AMPAllie's avatar
AMPAllie
Helper II
7 years ago
Solved

Measure If Date Less than Another Date

I have a Matrix: Multiple unstepped Rows.  Column headers are Start of Week from a calendar table. What I need to accomplish is to fill the cells with a color based on the startdate and enddate. I...
  • AMPAllie's avatar
    AMPAllie
    7 years ago

    No dice on the change. But I did find a workaround. Ii added a custom column in the query to list all dates between the start and end date.

    { Number.From([startdate])..Number.From([enddate])}

    then expanded the list and converted to date format.  Used a value in the dataset to populate the cells in the visual and then conditionally formatted.  
    I would still love to know if there is an answer to the original question...this is the long way around.