Forum Discussion
Two different date columns on one chart
- 3 years ago
LauraCawdronDav , With a common date table with active inactive joins and measures like. Refer examples
Expected = CALCULATE(COUNT(Table[Opportunity Id ]),USERELATIONSHIP(Table[expected close Date],'Date'[Date]) )
Won = CALCULATE(COUNT(Table[Opportunity Id ]),USERELATIONSHIP(Table[Won Date],'Date'[Date]),not(ISBLANK(Employee[Won Date])))
Power BI: HR Analytics - Employees as on Date : https://youtu.be/e6Y-l_JtCq4
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970
LauraCawdronDav , With a common date table with active inactive joins and measures like. Refer examples
Expected = CALCULATE(COUNT(Table[Opportunity Id ]),USERELATIONSHIP(Table[expected close Date],'Date'[Date]) )
Won = CALCULATE(COUNT(Table[Opportunity Id ]),USERELATIONSHIP(Table[Won Date],'Date'[Date]),not(ISBLANK(Employee[Won Date])))
Power BI: HR Analytics - Employees as on Date : https://youtu.be/e6Y-l_JtCq4
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970