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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am trying to create a claculated column where I combine two columns in my Equipment table. However the only columns it will recognize from this table are measures that I built. (And when I start typing "Equipment" its only autofill suggestions are the measures from this table.)
Any help is appreciated.
Z
Solved! Go to Solution.
Hey,
it depends on your formular, can you show your wanted result?
it is also not important what is suggested by autofill. You can refer the column like
Table[Field]
or if it is in the same table just with fieldname
Greetings.
Hi @Anonymous,
Please also confirm it's a calculated column, not a measure by accident.
Best Regards,
Dale
Are you creating the calculated column in your Equipment table or some other table? If some other table, you may have to use RELATED or RELATEDTABLE or LOOKUPVALUE.
Hey,
it depends on your formular, can you show your wanted result?
it is also not important what is suggested by autofill. You can refer the column like
Table[Field]
or if it is in the same table just with fieldname
Greetings.