Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
ArquimedesP
Helper II
Helper II

Bug in visual after update

Hi, since the last update of power bi there are some kind of weird bugs. First the "Copy Table" bug which was fixed but now I have a new problema with table visual wich takes columns from a table but it changes mi data. 

 

This is my Table Visual data:

 

ArquimedesP_0-1712605273237.png

 

This is my data Table:


ArquimedesP_1-1712605381564.png

 

 

The firts two are diffrent from my data and I don't know why. I'm not doing any calculation over the column, I just only drag it to the visual. I built in a clean new power bi desktop file only the table I using and the problem is the same.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi, @ArquimedesP 

First of all, thank you very much for your feedback.

Your solution is great @Ashish_Mathur . After my testing, it does show the wrong numeric value in the visual, as shown in the following image:

vjianpengmsft_0-1712638930894.png

vjianpengmsft_1-1712638954134.png

The reason for this discrepancy is that the data is outside the safe numeric size of the Power BI visual:

Data types in Power BI Desktop - Power BI | Microsoft Learn

The largest number Power BI visuals can safely express is 9,007,199,254,740,991 (2^53-1)

9007199254740991 - 9816587000100023 = -809387746359032

vjianpengmsft_2-1712639052337.png

You can change this column to text type to get the correct display or change the format to the scientific type as shown in the image below:

vjianpengmsft_3-1712639552207.png

vjianpengmsft_4-1712639595695.png

 

I'm testing in scientific format to see if it's equal to the original value:

vjianpengmsft_5-1712639712818.png

The February 2024 and March 2024 versions were used for the above tests.

 

 

 

 

 

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.

 

View solution in original post

3 REPLIES 3
ArquimedesP
Helper II
Helper II

Thanks @Ashish_Mathur  and @Anonymous for your help. 

Anonymous
Not applicable

Hi, @ArquimedesP 

First of all, thank you very much for your feedback.

Your solution is great @Ashish_Mathur . After my testing, it does show the wrong numeric value in the visual, as shown in the following image:

vjianpengmsft_0-1712638930894.png

vjianpengmsft_1-1712638954134.png

The reason for this discrepancy is that the data is outside the safe numeric size of the Power BI visual:

Data types in Power BI Desktop - Power BI | Microsoft Learn

The largest number Power BI visuals can safely express is 9,007,199,254,740,991 (2^53-1)

9007199254740991 - 9816587000100023 = -809387746359032

vjianpengmsft_2-1712639052337.png

You can change this column to text type to get the correct display or change the format to the scientific type as shown in the image below:

vjianpengmsft_3-1712639552207.png

vjianpengmsft_4-1712639595695.png

 

I'm testing in scientific format to see if it's equal to the original value:

vjianpengmsft_5-1712639712818.png

The February 2024 and March 2024 versions were used for the above tests.

 

 

 

 

 

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.

 

Ashish_Mathur
Super User
Super User

Hi,

In the Query Editor, change the data type of that column to text.  Does the problem get resolved now?


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors