Forum Discussion
PowerBI Matrix Format - Fixed Decimal Number
- 6 years ago
Hi, Anonymous
Based on your description, I created data to reproduce your scenario.
Table:
You may create a measure like follows.
Result = ROUND(SUM('Table'[Score]),2)Then you may make the measure selected, go to 'Modeling' ribbon, set 'Decimal places' as 2.
Result:
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Anonymous
Based on your description, I created data to reproduce your scenario.
Table:
You may create a measure like follows.
Result = ROUND(SUM('Table'[Score]),2)
Then you may make the measure selected, go to 'Modeling' ribbon, set 'Decimal places' as 2.
Result:
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
It was fixed only after rounding to zero digits. Thank you.