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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
jcabrera
Regular Visitor

No data upload in one column from Excel to Power BI

Hello everyone, 

 

I have a problem with the updating data of a column from Excel to Power BI Desktop. 

 

So every column is OK in Power BI, except this one, I dont know why it doesn't appear the correct data as in the other column... in the excel it has the same format as the rest as well as in Power BI.

 

Any suggestions?

jcabrera_0-1728892062558.png

jcabrera_1-1728892139910.png

 

 

 

1 ACCEPTED SOLUTION
timalbers
Super User
Super User

The problem is the function Number.IntegerDivide in line 13. When you have values like 30 or 40 and perform an integer divide with 100. The result is always 0. Try to use the same function like for the column Reflejos - two lines above.


—————————————————————————————
✔️ If my answer helped you, please consider marking it as a solution.

View solution in original post

4 REPLIES 4
timalbers
Super User
Super User

The problem is the function Number.IntegerDivide in line 13. When you have values like 30 or 40 and perform an integer divide with 100. The result is always 0. Try to use the same function like for the column Reflejos - two lines above.


—————————————————————————————
✔️ If my answer helped you, please consider marking it as a solution.

Ok, everything works now.

 

Many thanks.

timalbers
Super User
Super User

Hi @jcabrera ,

 

based on your descripiton and screenshots its pretty hard to tell where the problem is. Are you able to upload a screenshot from the query in the query editor? Just click on "Advanced editor" in the relevant table in the Power BI  Query Editor. Be aware to hide sensitive information like exact data source paths etc...

 

Greetings

Tim


—————————————————————————————
✔️ If my answer helped you, please consider marking it as a solution.

Yeah sure, no problem:

 

jcabrera_0-1728893538656.png

 

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors