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.
Hi All
This one is doing my head in.
Custom Column 1 -> I created a Custom Column in Power Query Editor where the "SupplierCode" from another table (DimmSupplier for Lookup-EDI) is looked up and added into the table where the SupplierCode = SupplierID. Works just fine
Custom Column 2 ->So now I want to do the same between two other tables and I get the "Token Equal expected" error message.
I know it is going to be something silly, but I just cannot figure it out.
Any help or another way of doing it will be appreciated.
Solved! Go to Solution.
@Anonymous variant name can not include space, if you do need a space in the name ,try to bracket it in #"", such as #"Var Name"
@Anonymous variant name can not include space, if you do need a space in the name ,try to bracket it in #"", such as #"Var Name"
Awesome!! You are DA MAN DAN!! Working just fine now.