Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
This has got me stumped: I have a text string that looks like a number but Value fails to convert it.
What am I missing?
Year% = var rd = FORMAT([Disp Promise Date],"0") return LEFT(rd,4)
Solved! Go to Solution.
Yes they are. You'll need to add in a trap statement to watch out for non numeric values and convert them to zero. There is a function called IsNumberic() that you can put into an IF statement to help you catch this.
Do you have a value somewhere in your list with a blank in column DispPromisedDate?
Hi @Anonymous, yes, I do. I didn't think all rows would be affected by these. Is this the case?
Yes they are. You'll need to add in a trap statement to watch out for non numeric values and convert them to zero. There is a function called IsNumberic() that you can put into an IF statement to help you catch this.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 133 | |
| 88 | |
| 85 | |
| 68 | |
| 64 |