Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi floks,
Again I need an help.
I got an error in report that shown in below screenshot,
I used formula to create the calculated column [Occurence] is,
occurence =COUNTX(FILTER(rawVQ_NONCONFORMANCE,EARLIER(rawVQ_NONCONFORMANCE[USER_DEFINED_1]) = rawVQ_NONCONFORMANCE[USER_DEFINED_1]),rawVQ_NONCONFORMANCE[USER_DEFINED_1])
It has values but getting error, can anyone please help me wheather i wrote the formula correctly.
Solved! Go to Solution.
@Anonymous
Recheck your dax : What are you counting? is in number or text ?
Try COUNTAX
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Anonymous
Recheck your dax : What are you counting? is in number or text ?
Try COUNTAX
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hi @Fowmy ,
Yeah!!!, Thank you I tried COUNTAX now its cleared.
Yes i try to count text.
Thanks
Sivanesan C