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've created table performance (%).
Can anyone help me how to change decimal places up 2 decimal places only ?
and the measure that i used is > Response Performance percentage = ('Incident Raw Data (SLA Response'[Response Met]/'Incident Raw Data (SLA Response'[Response Total]*100) & "%".
But if i take out & "%", the decimal places is change as per what i want, without "%" sign.
Appreciate if anyone can help me resolve this
Many Thanks
Solved! Go to Solution.
Hi @Zaky
Currently your measure is returning a text value.
I would recommend that you adjust the measure so that it returns a number rather than text, and change its number format to percentage with two decimal places.
Response Performance percentage = [Response Met] / [Response Total]Note that I have removed the table names you had in front of the measures [Response Met] and [Response Total] as it is considered best practice to refer to measures without table names (to distinguish them from column references).
Regards,
Owen
Hi @Zaky
Currently your measure is returning a text value.
I would recommend that you adjust the measure so that it returns a number rather than text, and change its number format to percentage with two decimal places.
Response Performance percentage = [Response Met] / [Response Total]Note that I have removed the table names you had in front of the measures [Response Met] and [Response Total] as it is considered best practice to refer to measures without table names (to distinguish them from column references).
Regards,
Owen
Hi Owen,
Yes!, It's working.Finally i can change it accordingly.
Thank you very much sir.
Regards
Zaky
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 |
---|---|
133 | |
76 | |
53 | |
38 | |
37 |
User | Count |
---|---|
203 | |
81 | |
71 | |
55 | |
48 |