Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

some syntax help

Measure = CALCULATE(view[MC],NOT (ISBLANK(view[CL])), ISBLANK(v_C]))

than I have a new computed column that returns string, but I want to have the count of this new computed column ( view[newcolumn] and add it to the end of my measure, and I am not succesful

thanks 

1 REPLY 1
v-cherch-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous

 

You may try below measure. If it is not your case, please share some data sample and expected output for your scenario so that we could help further on it.

Measure =
CALCULATE (
    COUNT ( view[NewColumn] ),
    FILTER ( view, NOT ( ISBLANK ( view[CL] ) ) && ISBLANK ( view[v_C] ) )
)

Regards,

Cherie

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.