Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 21 | |
| 20 | |
| 20 | |
| 14 | |
| 14 |