Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi All,
i am getting below issue, pls help me to resolve this it
I have a date field ..but these have two types of values in excel.. one is proper date format (2/1/2023) and another is text format but a date value (13-01-2023), neither am I unable to convert this in excel nor in power bi..both are giving problem..
pls help me with how to solve this problem.
when I am converting this in date format, getting the below error.
Solved! Go to Solution.
Try: Change Type with Locale => Date => English(United Kingdom)
which will generate this code:
#"Changed Type with Locale" = Table.TransformColumnTypes(#"Previous Step", {{"Date", type date}}, "en-GB")
in
Change #"Previous Step" to the name of that step if you are using this instead of the UI.
If that doesn't work, please share
Try: Change Type with Locale => Date => English(United Kingdom)
which will generate this code:
#"Changed Type with Locale" = Table.TransformColumnTypes(#"Previous Step", {{"Date", type date}}, "en-GB")
in
Change #"Previous Step" to the name of that step if you are using this instead of the UI.
If that doesn't work, please share
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
29 | |
26 | |
16 | |
12 | |
10 |
User | Count |
---|---|
28 | |
24 | |
22 | |
16 | |
12 |