Forum Discussion
Opened vs closed column chart with date filter
- 8 years ago
create a measure for closed incident using userelationship function like below and use this on visual
Closed Incidents = Calculate(Count(Table1[Incident]), UseRelationship(Table1[CloseDate], Calendar[Date]) )
Ok so i have a date table with both my opened incidents and closed incidents linked to the date column. The closed incident column being an inactive link with the opened incidents being the active link. If i create the graph now it will display the same info for the opened and closed incidents. How do i go about linking the closed incidents column now to show the right data?
create a measure for closed incident using userelationship function like below and use this on visual
Closed Incidents = Calculate(Count(Table1[Incident]), UseRelationship(Table1[CloseDate], Calendar[Date]) )
- CraigC8 years ago
Helper I
Sorry for the late reply but worked perfectly thank you :)
- Anonymous7 years agoNot applicable
This is exactly the problem i am stuck with, i tried to use your solution but it did not work in my power bi template. Can i please contact you about this problem?
- Wkbdrguy7 years ago
Microsoft Employee
Been trying to use this formula but trying not to count rows for closed dates that are blank as the incidents are not closed yet.