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.
Want the orderdatekey column in format YYYYMMDD using Date.FromText() function can someone please help, ive tried all the steps it still gives me error
Solved! Go to Solution.
@harshularora That's a number so you can't use Date.FromText, just use this:
#"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", type date}})
@harshularora That's a number so you can't use Date.FromText, just use this:
#"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", type date}})
User | Count |
---|---|
89 | |
82 | |
53 | |
40 | |
35 |