Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 date
after editing from number to date
any ideas?
Help is much appreciated...
thanks in advance
BR,
Paul
Solved! Go to Solution.
Hi @Anonymous,
your Enddatum must be first set to text type, then to date type.
Regards FrankAT
Hi @Anonymous,
your Enddatum must be first set to text type, then to date type.
Regards FrankAT
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)))
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
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.