The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am concatenating two numbers and adding leading zeros to one. I used;
Number.ToText([orderno])&"-"&Number.ToText([ordersuf],"00") in One table and it worked.
In the other table it only returns the end numbe without the leading zero.
I have tried formatting the columns to text etc and nothing works. Any hints as to what nis going on? Have another formula for this?
Thank you.