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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Team,
I have to apply count function on a measure column, below is the logic used to create a measure column and please note it is mandatory to have the logic implemented in measure column only, because i'm also using another measure column in the below logic (TargetCritical,TargetMedium ..etc) for a comparing target values which are dynamic values.
@Anonymous , When you count a measure , you need force a level
example
countx(values(Table[case ID]), [Measure])
or
countx(summarize(Table,Table[case ID], Table[Country], "_1", [Measure]),[_1])
@amitchandak Do you mean to say that before i apply count function on a measure, i have to make sure the output of measure column must be in the table format or row by row format.
Please correct me if am wrong.
Thanks for quick response.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!