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.
hi ,
How can i load data into power bi as text : example 0090015?
the first 3 record in my data loaded , it trim the first 2 zero
Here is the link to my file
https://1drv.ms/x/s!ApIDnMK2eKiFgQcBMkuQB3U0lybN?e=uigm9J
thanks
Solved! Go to Solution.
Hi @ktt777 ,
I have checked your data source. The original data doesn't contain "00".
There are two ways that can implement it. You could follow my step to have a try.
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-custom-format-strings
Column = FORMAT(test[Project (7 digits)],"00#####")
https://docs.microsoft.com/en-us/dax/format-function-dax
Hi,
You can add a Custom column as
Leading zeros = Text.PadStart(Number.ToText([Column2]),7,"0")
It should resolve your problem.
Thanks
Hi,
You can add a Custom column as
Leading zeros = Text.PadStart(Number.ToText([Column2]),7,"0")
It should resolve your problem.
Thanks
Try to select that column and change it's format to Text.
when i change to text, it trim the first 2 zeros
@ktt777 , OPen data transformation mode, Right-click on Table. Open Advance editor.
It should have a data type there. Is the the data type is text and it is still removing leading 0 ?
yes, the data type is text but the zeros are removed
Do you know what is the difference in data in cell B5 and B7.
Data in cell B7 will be kept, only zeros in B5 are removed
Thanks.
Hi @ktt777 ,
I have checked your data source. The original data doesn't contain "00".
There are two ways that can implement it. You could follow my step to have a try.
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-custom-format-strings
Column = FORMAT(test[Project (7 digits)],"00#####")
https://docs.microsoft.com/en-us/dax/format-function-dax
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 |
---|---|
70 | |
68 | |
43 | |
34 | |
26 |
User | Count |
---|---|
86 | |
49 | |
45 | |
38 | |
37 |