Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
In my table date format is in decimal format as shown: 20160327
How can change into the correct format as 03/27/2017 in Power Bi Desktop?
Can any one help me?
Thanks.
Solved! Go to Solution.
You may add a custom column in Query Editor.
Date.ToText( #date( Value.FromText(Text.Start(Text.From([Column1]),4)) , Value.FromText(Text.Range(Text.From([Column1]),4,2)) , Value.FromText(Text.End(Text.From([Column1]),2)) ) , "MM/dd/yyyy" )
You may add a custom column in Query Editor.
Date.ToText( #date( Value.FromText(Text.Start(Text.From([Column1]),4)) , Value.FromText(Text.Range(Text.From([Column1]),4,2)) , Value.FromText(Text.End(Text.From([Column1]),2)) ) , "MM/dd/yyyy" )
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
67 | |
64 | |
57 | |
39 | |
27 |
User | Count |
---|---|
85 | |
59 | |
45 | |
43 | |
38 |