Forum Discussion

showy's avatar
showy
Icon for Helper II rankHelper II
1 year ago
Solved

How to handle 2 Datedimensions

Hi   I have the following question and would like to know how to edit the best practice.   I have data that has a creation date and a document date. Now there are evaluations that refer to the cr...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi showy ,
    Thank you m4ni  and mh2587  for the insightful responses!

    Your current method of utilizing two separate date dimension tables one for CreateDate and another for DocumentDate is both valid and recommended when needed slicers to filter visuals based on different dates.

    Because slicers work only with active relationships, having distinct date tables ensures visuals are filtered correctly according to the relevant date field.

    While the USERELATIONSHIP() function is useful for measures that require calculations using an inactive relationship, it does not impact slicer behavior or filtering at the visual level.

    Hope this helps.

    Thank you.