Is there a way of having a column in a table link to another table and can it be done on the tables screen?
Would that column be usable as a source for a gallery?
Hi @SendHelp1,
In DAX, you can use the RELATED()
function if the current two tables have already a relationship.
Or, you can use the DAX LOOKUPVALUE()
function if you can’t create a relationship between the two tables.
However, if your requirements need to use Custom Column in Power Query Editor, so you can reference a column from another table in a Custom Column using the below formula:
TableName[Field Name]{Row Index}
Also, you could try to use merge or append in the Power Query Editor.
Reference: How to add a column from another table in Power Query? - deBUG.to
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.