Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello,
I have a query that brings in phone data consistently as 10 digits, eg: 5558884444 (currently set as text field)
To import this to another program I need it formated as
555-888-4444
Anyone help in how to format appreciated.
Thank you
Sharon
Solved! Go to Solution.
@SharonHMA wrote:
Hello,
I have a query that brings in phone data consistently as 10 digits, eg: 5558884444 (currently set as text field)
To import this to another program I need it formated as
555-888-4444
Anyone help in how to format appreciated.
Thank you
Sharon
Two approaches FYI.
1. In Power Query, split that one column into 3 and add a new custom column
.
2. In DAX. Change that column to decimal type and use FORMAT(TABLE[PHONENO],"###-###-####")
@SharonHMA wrote:
Hello,
I have a query that brings in phone data consistently as 10 digits, eg: 5558884444 (currently set as text field)
To import this to another program I need it formated as
555-888-4444
Anyone help in how to format appreciated.
Thank you
Sharon
Two approaches FYI.
1. In Power Query, split that one column into 3 and add a new custom column
.
2. In DAX. Change that column to decimal type and use FORMAT(TABLE[PHONENO],"###-###-####")
Awesome thank you @Eric_Zhang. I had to use option 1 since some phone fields are empty & I was getting errors.
Sharon
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
70 | |
55 | |
37 | |
31 |
User | Count |
---|---|
83 | |
64 | |
63 | |
49 | |
45 |