This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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:
Any suggestions on how to address cases like this ?
Many thanks
Solved! Go to Solution.
"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.
"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
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 25 | |
| 23 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 62 | |
| 47 | |
| 27 | |
| 23 | |
| 19 |