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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Staff Utilisation

Hi,

 

I'm trying to do something which I thought would be really simple but obviously not for me so here I am.  I have a table similar to the one below.  I am trying to work out staff %age utilisation for each employee for each period.  Transaction Type 100 is utilised, all other Transaction Codes are not utilised.

 

Any help greatly appreciated.

 

Employee No.Transation Type CodeUnitsPeriod
1000100156.021
10001031.861
100030050.871
10001001.252
200042530.001
2000100240.001
2000100177.502
20003006.502
20004008.002
3000100103.501
30003005.001
30004008.751
1 ACCEPTED SOLUTION
az38
Community Champion
Community Champion

Hi @Anonymous 

try new table

Staff Utilisation = SUMMARIZE('Table1';Table1[Employee No.];Table1[Period];"%utilization";divide(calculate(SUM(Table1[Units]);'Table1'[Transation Type Code]=100);calculate(SUM(Table1[Units]));0))

do not hesitate to give a kudo to useful posts and mark solutions as solution


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

View solution in original post

4 REPLIES 4
az38
Community Champion
Community Champion

Hi @Anonymous 

try new table

Staff Utilisation = SUMMARIZE('Table1';Table1[Employee No.];Table1[Period];"%utilization";divide(calculate(SUM(Table1[Units]);'Table1'[Transation Type Code]=100);calculate(SUM(Table1[Units]));0))

do not hesitate to give a kudo to useful posts and mark solutions as solution


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn
Anonymous
Not applicable

Hi Az38,

 

I'm getting an error DAX comparison operations do not support comparing values of type Text with values of type Interger.  Consider using the VALUE or FORMAT function to convert one of the values.

 

I've looked at my data and only the units are Number the rest are text ?

 

Thanks

az38
Community Champion
Community Champion

Hi @Anonymous 

in power query mode set all digit columns as Number types

go to the Query Editor, set mouse on column and in Transform ribbon choose Data Type Whole Number or Decimal Number (for Units column)

maybe.. you will need to replace "." to "," in Units column (it depends on your localization)

do not hesitate to give a kudo to useful posts and mark solutions as solution


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn
Anonymous
Not applicable

Hi az38,

 

Legend !! I found it, it was treating the Transaction Type code as a number.  I put "" around the 100 code and worked perfectly.

 

Thanks for your help !

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.