Forum Discussion
Employment conversion rate measure calculation
- 5 years ago
Hi SadStatue,
I updated the demo, please refer: Employment-conversion-rate-measure-calculation
Here is the output:
Best Regards,
Link
Hi SadStatue,
I'm not clear.
For example, if you want to calculate (count of green mark)/(count of blue mark) when i select C_a129.
Best Regard,
Link
Hi v-xulin-mstf ,
Thanks for your response.
it works if we select a single Reference ID, but it wont work if we dont filter it by a single Ref ID. And I want it to work generaly.
below example is more comprehensive:
So I want the (count of red underlined)/(count of highlighted).
Cheers,
- v-xulin-mstf5 years ago
Community Support
Hi SadStatue,
I updated the demo, please refer: Employment-conversion-rate-measure-calculation
Here is the output:
Best Regards,
Link
- Ashish_Mathur5 years ago
Super User
Hi,
So the numerator has to be the count of all rows that have 20 in the stat column and the denominator has to be all rows that have 11 in the stat column. Am i correct? Share the link from where i can download your PBI file.
- SadStatue5 years ago
Helper II
Hi Ashish_Mathur ,
Thank you for your comment. No I have some more considerations in calculation of this conversion rate. I want to find the rate that 11 (Interviewed applicant) turned to 20 (Employed). So there should be an 20 for counted 11 (on the same ref ID/job position) and also the 11 time stamp should be before the time stamp of related (on the same ref ID) 20 .
in the sample data there are two 11 that I dont want to count as below:You can find the whole data here, but lets start working with the sample data.
- SadStatue5 years ago
Helper II
Hi v-xulin-mstf ,
Thank you so much for your time and effort to find the solution. Its woorking perfectly.
Cheers,
- SadStatue5 years ago
Helper II
Thanks for your response. I used your suggested solution but I noticed that its not working properly!! as we manage part of the filtering in a column which make it so undynamic!
I believe we have to manage the whole filtering and calculation in measure level and not in the columns as I want to show these conversion rates in bar chart (conversion rate per month).
so it calculate all the record with stat 20 and devide by all record with stat 11 and column=1. so our measure fail to filter stat 11s that have the same reference_ID (position).
It would be great if you can have another look on itCheers,