tbablue
Active Member
- Joined
- Apr 29, 2007
- Messages
- 488
- Office Version
- 365
- Platform
- Windows
Hi Forum,
Quite straightforward I'm sure - but I'm new to measures in PowerPivot.
I have three columns; Definitive Name, Yr.Mnth & Employee FTE. The table name is 'Summary Query'.
I need a measure that will calculate Employee FTE based on the number of times that 'Definitive Name' appears in 'Yr.Mnth'.
In Excel it would be something like...
=SUMIFS([Employee FTE],[Yr.Mnth],[@[Yr.Mnth]],[Definitive Name],[@[Definitive Name]])/COUNTIFS([Yr.Mnth],[@[Yr.Mnth]],[Definitive Name],[@[Definitive Name]])
Any help would be gratefully rec'd.
Quite straightforward I'm sure - but I'm new to measures in PowerPivot.
I have three columns; Definitive Name, Yr.Mnth & Employee FTE. The table name is 'Summary Query'.
I need a measure that will calculate Employee FTE based on the number of times that 'Definitive Name' appears in 'Yr.Mnth'.
In Excel it would be something like...
=SUMIFS([Employee FTE],[Yr.Mnth],[@[Yr.Mnth]],[Definitive Name],[@[Definitive Name]])/COUNTIFS([Yr.Mnth],[@[Yr.Mnth]],[Definitive Name],[@[Definitive Name]])
Any help would be gratefully rec'd.