Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
I´m working with report and I have a problem with the data in a column that refers to a date.
Here is a sample of the data:
When trying to convert to a date, this the error:
I have tried different changes in the format with no results.
Thanks,
Solved! Go to Solution.
Are you in a locale that uses yyyyddMM format? You can convert it to Text type and use Date.FromText with the Format option like this.
Date.FromText([Date], [Format = "yyyyddMM"])
Pat
Are you in a locale that uses yyyyddMM format? You can convert it to Text type and use Date.FromText with the Format option like this.
Date.FromText([Date], [Format = "yyyyddMM"])
Pat
Yes , it works.
Thanks,
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
72 | |
65 | |
50 | |
29 |
User | Count |
---|---|
115 | |
102 | |
71 | |
64 | |
39 |