Forum Discussion
Anonymous
6 years agoNot applicable
Statement based on monthslicer
Hi all, I'm new with Power BI and queries. The situation is as folllowed: I'm using the following measurement to calculate the cost per hire over a year. CPH = SUM(Recruitmentchannel[cost])...
- 6 years ago
CPH = IF(HASONEVALUE('Table'[Month]),SUM(Recruitmentchannel[cost])/12/Countrows(NewEmployees),SUM(Recruitmentchannel[cost])/Countrows(NewEmployees))
Greg_Deckler
6 years agoCommunity Champion
CPH = IF(HASONEVALUE('Table'[Month]),SUM(Recruitmentchannel[cost])/12/Countrows(NewEmployees),SUM(Recruitmentchannel[cost])/Countrows(NewEmployees))