Forum Discussion
AnnieV
1 year agoFrequent Visitor
two line chart overlay x-axis
I have two line charts I'd like to overlay - both use the same measure calculation for a score, but one is anchored on the "event date" for the year-month buckets, and the second is anchored on the "...
DataInsights
Super User
1 year ago
I would eliminate one of the date tables so your model has only one date table. Then create two relationships between the date table and EventFact; one of the relationships will be active and one will be inactive. Use the DAX function USERELATIONSHIP to invoke the inactive relationship.