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
Anonymous
Not applicable

Numbersequence is not recognized as date

Hi all,

i have following issue. 

I have this column from a DWH. Unfortunately PowerBI doesnt give me the desired transformation from numbers to date...

Enddatum means end dateEnddatum means end date after editing from number to dateafter editing from number to date

 

any ideas?

 

Help is much appreciated...

 

thanks in advance

 

BR,

Paul

 

1 ACCEPTED SOLUTION
FrankAT
Community Champion
Community Champion

Hi @Anonymous,

your Enddatum must be first set to text type, then to date type.

 

Regards FrankAT

 

View solution in original post

4 REPLIES 4
FrankAT
Community Champion
Community Champion

Hi @Anonymous,

your Enddatum must be first set to text type, then to date type.

 

Regards FrankAT

 

Anonymous
Not applicable

thank you all.

@FrankAT very smooth solution

 

amitchandak
Super User
Super User

Seem like if did not recognize as date . You can create a new date column like

date = date(year(left([Col],4)),month(mid([Col],5,2)),day(right([Col],2)))

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
ImkeF
Community Champion
Community Champion

Hi @Anonymous 

in the query editor try :

 

Date.From( Text.From( [Enddatum] ) )

 

 

 

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

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