Forum Discussion
Calculations with DAX Filters - Voluntary/Involuntary Staff Turnover
- 5 years ago
Hi, Anonymous
According to your description, I think the problem is that the column name and value don't match.
You need to modify the code: 'Emp Master File'[Voluntary/Involuntary] = "Involuntary") or 'Emp Master File'[Term Code] = "V")
It is recommended that you use countx() function to calculate, the usage of calculate (sumx(if)) is not common.
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Anonymous
According to your description, I think the problem is that the column name and value don't match.
You need to modify the code: 'Emp Master File'[Voluntary/Involuntary] = "Involuntary") or 'Emp Master File'[Term Code] = "V")
It is recommended that you use countx() function to calculate, the usage of calculate (sumx(if)) is not common.
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.