Hi, I receive large reports in csv with connection data
I import that report into Power Query in order to create many transformations
I have a column that contains 10 digits as text, representing a phone number
I need to format that as a phone number as such: (123) 456-7890
I can't figure out how to use Text.Format to do this - I keep getting an error that it expects a record or list
I was trying:
This formatting has to be done during PQ transformation - it cannot wait to be done after loaded
Why is this not working and how can I format as a phone number?
Thanks,
David
I import that report into Power Query in order to create many transformations
I have a column that contains 10 digits as text, representing a phone number
I need to format that as a phone number as such: (123) 456-7890
I can't figure out how to use Text.Format to do this - I keep getting an error that it expects a record or list
I was trying:
each Text.Format(_, "(###) ###-####")
This formatting has to be done during PQ transformation - it cannot wait to be done after loaded
Why is this not working and how can I format as a phone number?
Thanks,
David