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! Don't miss your chance! Learn more
Does anyone know what this error means?
I'm trying to create a measure that will count the rows in a column for either active or planned.
Thank you,
Sam
Solved! Go to Solution.
Hi @Anonymous ,
Try this.
ActiveFTE =
CALCULATE (
COUNTROWS ( '2022 Headcount Forecast-CountSA' ),
'2022 Headcount Forecast-CountSA'[Dec21 Status Active/Planned/Forecast] = "Active"
)
Here are some references that may be helpful.
Best Regards,
Community Support Team_Gao
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hi @Anonymous ,
Try this.
ActiveFTE =
CALCULATE (
COUNTROWS ( '2022 Headcount Forecast-CountSA' ),
'2022 Headcount Forecast-CountSA'[Dec21 Status Active/Planned/Forecast] = "Active"
)
Here are some references that may be helpful.
Best Regards,
Community Support Team_Gao
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
hi @Anonymous
Watch out the table name. When it contains spaces you should write like this
'2022 Headcount Forcast-CountSA'
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 14 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |