Forum Discussion
sandersonmm
4 years agoFrequent Visitor
multiple dates on axis
Hi, I have 2 dates that I want to plot on the X-axis and a count of case IDs on the Y-axis. I cant seem to be able to add in more than one one dimension onto the X-axis.
sandersonmm
4 years agoFrequent Visitor
Yes, that is perfect. However im working on an older version of power bi and cannot open that. Can you send me screen shots of what you did?
jsaunders_zero9
4 years agoResponsive Resident
Good to hear,
TABLES
_Calendar[Date] joins to Created Date and Closed Date
MEASURES
CasesOpened = CALCULATE(COUNTROWS('Cases'),USERELATIONSHIP('Cases'[Created Date],_Calendar[Date]))
CasesClosed = CALCULATE(COUNTROWS('Cases'),USERELATIONSHIP('Cases'[Closed Date],_Calendar[Date]))VISUALS