Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi
I want to feed the column 'TABLE 01'[ID] with ID contained from table 02
to get this
How can I do it in DAX please. I thank you in advance.
Jay
Solved! Go to Solution.
Hi,
You don't really even need dax. If you have these two tables:
Just create a relationship like this:
Now you can visualize the account from one table and get the corresponding id:
If you want to use dax:
Column:
(RELATED is the most straigt-forward)
If you don't have a relationship:
Measure:
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Proud to be a Super User!
Hi,
You don't really even need dax. If you have these two tables:
Just create a relationship like this:
Now you can visualize the account from one table and get the corresponding id:
If you want to use dax:
Column:
(RELATED is the most straigt-forward)
If you don't have a relationship:
Measure:
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Proud to be a Super User!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 13 | |
| 10 | |
| 8 |