on 2022 Sep 14 9:00 AM
Dear All,
I have a requirement to change the standard measures "Periodic", "QTD" and YTD" as FTE's (Full Time employees) are not shown correctly.
FYI - In current project, FTE Accounts are defined in User defined dimension and not in standard Account dimension
For e.g.
In Jan - FTE's are 2
In Feb - FTE's are 2
In Mar - FTE's are 2
All Measures "Periodic", "QTD" and YTD" are showing as "6" instead of "2".
Please find screenshot attached for your reference.
The formula for "Periodic" measure in our system is as below
MEMBER [MEASURES].[PERIODIC] AS 'IIF([%ACCOUNTDIM%].CURRENTMEMBER.PROPERTIES("ACCTYPE")="INC",-[MEASURES].[SIGNEDDATA],IIF([%ACCOUNTDIM%].CURRENTMEMBER.PROPERTIES("ACCTYPE")="EXP",[MEASURES].[SIGNEDDATA],IIF([%ACCOUNTDIM%].CURRENTMEMBER.PROPERTIES("ACCTYPE")="AST",([MEASURES].[SIGNEDDATA], CLOSINGPERIOD([%TIMEDIM%].[%TIMEBASELEVEL%])),IIF([%ACCOUNTDIM%].CURRENTMEMBER.PROPERTIES("ACCTYPE")="LEQ",-([MEASURES].[SIGNEDDATA], CLOSINGPERIOD([%TIMEDIM%].[%TIMEBASELEVEL%])),-[MEASURES].[SIGNEDDATA]))))';SOLVE_ORDER=3
Can you please help me to achieve the result I am expecting?
Incase of any questions, please let me know.
Thanks and Regards,
VRR
Request clarification before answering.
Hi Vadim,
Thanks for your reply.
Currently 21600000_00040 is EXP. You can change it to AST.
Answer - This is only one example and the users use 21600000_00040 Account to post not only on FTE's but Non FTE's as well. It will affect other NON FTE Accounts. As per Business, it should be "EXP" ACTTYPE only. Also, 21600000_00040 is one example. They use many such accounts.
Would be great if you can let me know how to tweak the Measure. I can let my users know about the performance.
Thanks and Regards,
VRR
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Currently 21600000_00040 is EXP. You can change it to AST.
P.S.
"Please let me know if there is a way to tweak the formula where we can add a property in User defined dimension and mark all FTE's with "X" and can we use it in the Measures?" - it's theoretically possible, but complicated and will affect performance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, but in any model you have account type dimension. In parallel you are using second user defined account dimension. The question is - what is the ACCTYPE of account type dimension member that is used in combination with FTE.
By the way, it's a question what is the correct way to show FTE.
FTE = Full Time Equivalent (Not Full Time Employees) and the unit is men/month
So when you see 2, 2, 2 and 6 in quarter - 6 men/months looks correct. Or may be it's better to show average FTE in quarter.
Don't mix FTE with Headcount!
Headcount is the number of employees at the end of the month, quarter, year. For headcount you need AST account.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim,
Thanks for your reply. Please find my reply below
1. The question is - what is the ACCTYPE of account type dimension member that is used in combination with FTE.
Answer -In the first standard ACCOUNT Dimension, the ACCTYPE is "EXP". In the second user defined dimension, we do not have ACCTYPE. Please find screenshot below of the user defined dimension and its properties.
2. By the way, it's a question what is the correct way to show FTE.
Answer - If you look at screenshot below, it is showing Aggregated value. Reason is in PNL_GEOGRAPHY which is our standard Account Dimension, ACCTYPE for 21600000_00040 is "EXP". Therefore, it is showing Aggregated value in Q1, Q2, Q3 and Q4 and TOTAL.
Now, our business users do not want to see the FTE's aggregated. They want to see how ACCTYPE "AST" shows.
For e.g., they should see as below
21600000_00040 | FTE_3RD_PARTY - For Q1 it should show 5, Q2 - 5, Q3 - 6, Q4 - 4 and Total - 4. Same as like how ACCTYPE "AST".
3. Headcount is the number of employees at the end of the month, quarter, year. For headcount you need AST account.
Answer - you are correct but here our users post on ACCTYPE "EXP".
Please let me know if there is a way to tweak the formula where we can add a property in User defined dimension and mark all FTE's with "X" and can we use it in the Measures?
If you need any further questions, please let me know.
Thanks and Regards,
VRR
vrr.kovvuri
vrr.kovvuriDon't even think of modifying the delivered measures as its not totally not advisable. You can create custom measures to get your requirements done.
What is the ACC TYPE of the account member which is used to store these FTE values? It should be of type AST so that it will show 2 as FTE for QTD.
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
vrr.kovvuri
Both Delivered and Custom measures in BPC are based on Account dimension only as Account dimension in BPC is supposed to hold key figures. Against what value member of GEOGRAPHY dimension are the FTE's stored?
Nikhil
User | Count |
---|---|
10 | |
3 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.