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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
VanNostrand
Regular Visitor

Best practives when transforming data in PowerQuery

Hello everyone,

I would appreciate your feedback on a quick question:

 

What’s the best practice(s) in PowerQuery when we are uploading a new database, and face data like the example below:

  • In the database (excel file) there are some values that should be number, but are in fact formatted as custom.
  • For example: Excel displays as “9257.5”, but the formula bar “01/05/9740”.
  • By default, PowerQuery defines the data type as whole number and therefore the value is “2.687.212”. The concern is that this value is much bigger than the remaining values.

 

Any suggestions on how to address cases like this ?

 

Many thanks
DefaultDataBaseFormat.jpg

PowerQueryFormat.png

1 ACCEPTED SOLUTION
HotChilli
Community Champion
Community Champion

"For example: Excel displays as “9257.5”, but the formula bar “01/05/9740”." - this doesn't match with the picture, so let's go with the picture.

Looks like it's formatted as a type of date - May in the year 9257.

All dates in excel are stored as a number and that date represents 2687212 (No of days since 1900 more or less I think)

---

So what to do. Maybe change the format in Excel.  I am unsure whether you are importing this from Excel into Powerbi or the source is external and coming into Excel.

--

If it can't be changed in Excel maybe convert to a date in Power Query then construct a number by parsing values from the date i.e. YEAR(theColumn) x 10 then add MONTH(theColumn) and convert to a number - that was completely off the top of my head, I don't know if it makes sense.

View solution in original post

2 REPLIES 2
HotChilli
Community Champion
Community Champion

"For example: Excel displays as “9257.5”, but the formula bar “01/05/9740”." - this doesn't match with the picture, so let's go with the picture.

Looks like it's formatted as a type of date - May in the year 9257.

All dates in excel are stored as a number and that date represents 2687212 (No of days since 1900 more or less I think)

---

So what to do. Maybe change the format in Excel.  I am unsure whether you are importing this from Excel into Powerbi or the source is external and coming into Excel.

--

If it can't be changed in Excel maybe convert to a date in Power Query then construct a number by parsing values from the date i.e. YEAR(theColumn) x 10 then add MONTH(theColumn) and convert to a number - that was completely off the top of my head, I don't know if it makes sense.

Thanks HotChilli.
I might flag the issue and send back to the internal team performing the extractions from the database

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.