Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Good Day,
I am needing to adjust my Dax formula to divide by two when the employee is Kennedee Lantis. Can someone lend me a hand?
Many thanks,
Lydia
Solved! Go to Solution.
Hi @Anonymous
Please try
Per Day Average =
VAR Result =
CALCULATE (
DIVIDE ( [SUM pro/job Audits & Entries], MAX ( 'Working Days'[Working Days] ) ) + 0
)
RETURN
IF (
SELECTEDVALUE ( 'Table'[Name] ) = "Kennedee Lantis",
DIVIDE ( Result, 2 ),
Result
)
Hi @Anonymous
Please try
Per Day Average =
VAR Result =
CALCULATE (
DIVIDE ( [SUM pro/job Audits & Entries], MAX ( 'Working Days'[Working Days] ) ) + 0
)
RETURN
IF (
SELECTEDVALUE ( 'Table'[Name] ) = "Kennedee Lantis",
DIVIDE ( Result, 2 ),
Result
)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
21 | |
15 | |
14 | |
11 | |
7 |
User | Count |
---|---|
25 | |
24 | |
12 | |
12 | |
11 |