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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
pbi_newie
Frequent Visitor

FTE column not showing grand total

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.

 

pbi_newie_1-1704492240843.png

 

 

I am a complete novice when it comes to DAX so any help would be greatly appreciated.

 

Thank you!

 

pbi_newie_0-1704491847766.png

 

4 REPLIES 4
pbi_newie
Frequent Visitor

@CoreyP  the dataset always has a value of 1 for FTE from what i can see.

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.

 

FTE = DISTINCTCOUNTNOBLANK(Table[Employee ID])
CoreyP
Solution Sage
Solution Sage

Is each row in the dataset always a value of 1 for FTE?

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.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

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.