Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |