Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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...
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
101 | |
72 | |
47 | |
39 | |
33 |
User | Count |
---|---|
158 | |
102 | |
60 | |
43 | |
40 |