Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello,
I have an "invoice" table" and a "debtors" table in PowerBI. I'm looking to pull in the client name from the debtors table to my invoice table based on my invoice number provided on my invoice table. Is there an easy/quick solution to make this happen?
Thanks!
Solved! Go to Solution.
With a relationship between the tables you can add a calculated column in the Invoice table using
Client = RELATED(Debtors[Client])
to pull in the Client name.
Sample PBIX here.
regards
Phil
If I answered your question please mark my post as the solution.
If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.
Proud to be a Super User!
With a relationship between the tables you can add a calculated column in the Invoice table using
Client = RELATED(Debtors[Client])
to pull in the Client name.
Sample PBIX here.
regards
Phil
If I answered your question please mark my post as the solution.
If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.
Proud to be a Super User!
Assuming there's some sort of relationship between the two tables (i.e. on the invoice number), it should be automatic
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.