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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I am pulling together data from a live database (via SSAC) and therefore have no control over the dataset. Below is some FTE data i have pulled fromt he source and as you can see, the last column shows a FTE count however the table does not total this column.
The data type for the FTE column is TEXT however since it is a live connection, i am unable to edit the data type.
I am a complete novice when it comes to DAX so any help would be greatly appreciated.
Thank you!
Oh, right on. So rather than trying to convert text to number, create a DAX measure that counts the rows.
FTE = COUNTROWS( [YourTable] )
@CoreyP Thanks for your suggestion - this doesn't quite work in my case as even though the FTE column always has a value of 1, there are multiple recurrences of Employees therefore i have gone with the below. Let me know if there is a better way of doing this.
Is each row in the dataset always a value of 1 for FTE?
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 |
|---|---|
| 52 | |
| 48 | |
| 38 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 76 | |
| 35 | |
| 27 | |
| 25 |