Forum Discussion
Power BI visual vs Data Source values
- Anonymous2 years ago
Hi, xinlinl
The values on some visuals are different than you expect. This may be related to the data type, calculation method, or formatting.
You can try these possible solutions:
1.Decimal place setting: In Power BI, you can manually set the decimal places for column charts.
2.Try using DAX functions. For example, you can use the ROUND function to ensure that a number is rounded to the number of decimal places you want. For example, ROUND(YourValue, 2) rounds a number to two decimal places.
If you haven't solved the problem yet, can you provide a sample that doesn't include privacy? I will try to give you further reply based on the sample
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, xinlinl
The values on some visuals are different than you expect. This may be related to the data type, calculation method, or formatting.
You can try these possible solutions:
1.Decimal place setting: In Power BI, you can manually set the decimal places for column charts.
2.Try using DAX functions. For example, you can use the ROUND function to ensure that a number is rounded to the number of decimal places you want. For example, ROUND(YourValue, 2) rounds a number to two decimal places.
If you haven't solved the problem yet, can you provide a sample that doesn't include privacy? I will try to give you further reply based on the sample
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.