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.
Hi,
I have the following measure that almost works but I'm seeing 12 decimal places in the result.
Avg Case Length =
CALCULATE (
AVERAGEX ( 'Cases', 'Cases'[Case Length (Validation Date)] ),
'Cases'[User Team Name] = "ERT"
) & " Days"
Result = 21.225874125874 Days
How can I make this result just 1 decimal place?
Thanks,
Solved! Go to Solution.
Try this?
Avg Case Length =
FORMAT(CALCULATE (
AVERAGEX ( 'Cases', 'Cases'[Case Length (Validation Date)] ),
'Cases'[User Team Name] = "ERT"
),"0.0") & " Days"
Try this?
Avg Case Length =
FORMAT(CALCULATE (
AVERAGEX ( 'Cases', 'Cases'[Case Length (Validation Date)] ),
'Cases'[User Team Name] = "ERT"
),"0.0") & " Days"
Thank you!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
121 | |
79 | |
48 | |
38 | |
31 |
User | Count |
---|---|
192 | |
79 | |
70 | |
50 | |
42 |