Forum Discussion
Anonymous
3 years agoNot applicable
Dax Calc countif
I need help figuring out how to write this formula in dax.
COUNT IF [F RETAIL FH FIRST/FURTHER] = "FIRST" OR "FURTHER"
- Anonymous3 years ago
Hi Anonymous ,
Text is not computable for aggregation, I think you need to convert the data type first.
Through here to change the data type:
and then you can do some calculation.
Refer to my pbix file for better understanding.
Best regards,
Community Support Team Selina zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly