Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Dear all,
Format function seems not working like below capture screens.
Would anyone please clear which is wrong ; me or Power Bi?
Below is my purpose and problem details.
Purpose
Problems
Figure #1
Figure #2
Solved! Go to Solution.
Hi @extri13,
Firstly, there are several syntax errors in your formula, please change it to the following formula.
TEST = FORMAT( [no], "General Number")
Secondly, do you want to pick the last 4 digit numbers from your column in the second screenshot? If that is the case, you can use the following formula.
Test = RIGHT( [no], 4)
However, if the above formula doesn’t meet your requirement, please describe more details about which format of data you want to return.
In addition, for more details about how to use Format function, please review the following articles.
https://msdn.microsoft.com/en-us/library/ee634924.aspx
https://msdn.microsoft.com/en-us/library/ee634561.aspx
Thanks,
Lydia Zhang
Hi @extri13,
Firstly, there are several syntax errors in your formula, please change it to the following formula.
TEST = FORMAT( [no], "General Number")
Secondly, do you want to pick the last 4 digit numbers from your column in the second screenshot? If that is the case, you can use the following formula.
Test = RIGHT( [no], 4)
However, if the above formula doesn’t meet your requirement, please describe more details about which format of data you want to return.
In addition, for more details about how to use Format function, please review the following articles.
https://msdn.microsoft.com/en-us/library/ee634924.aspx
https://msdn.microsoft.com/en-us/library/ee634561.aspx
Thanks,
Lydia Zhang
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 45 | |
| 35 | |
| 30 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 55 | |
| 38 | |
| 21 | |
| 21 |