Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi, I have done an import into Power BI for a data source and have had to create a query to =left (8) to extract the date as it has come through as a duplicate. This has given me the 'date' i need but in a text format. When i go to Modelling and change it to a Date format, it completely changes the date. Driving me round the bend! screenshots below;
- Using the =Left function, you can see the Date now is correct;
- Now within modelling i change the column to a 'Date', it looks like this;
Anyone know how to solve this??
Thanks
Keith
Solved! Go to Solution.
Hi @Anonymous ,
You can create a calculated column and change it to date type:
Date2 = LEFT('Table'[Attribute],8)&"20"
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Hi @Anonymous
your date is in german date format (dd-mm-yy). Use the option to change type with local (see figure).
With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)
Thanks for the quick reply!
Am i just being daft and looking in the wrong area? but this is the only options to change the type i have under modelling??
Hi @Anonymous ,
You can create a calculated column and change it to date type:
Date2 = LEFT('Table'[Attribute],8)&"20"
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Hi @Anonymous
my first reply refers to changing data type in Power Query. If you want to use dax than
With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
42 | |
31 | |
27 | |
27 |