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! Learn more
Hi guys
I am currently working a lot with the Power Bi Report Builder and getting an overview of working with different datasets:
On one side I have the Entity Questionnaire with the field CompnayNew - here are all IDs of the companies listed which have requested a questionnaire.
Table Questionnaire :
| CompnayNew | ExampleField |
| 1 | TURE |
| 1 | FALSE |
| 1 | TRUE |
| 2 | TRUE |
| 2 | FALSE |
| 3 | TRUE |
Now I want to join the names from the entity Compnay
Table Compnay:
| [entityId] | [companyName] |
| 1 | Test A |
| 2 | Test B |
| 3 | Test C |
- but my DAX skills are not enough.
(This one is not working...)
Can you help me on this short join. Thank you 🙂
Greetings
Solved! Go to Solution.
@DerMoe , I think you should keep same name for natural join
refer this blog
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
@DerMoe , I think you should keep same name for natural join
refer this blog
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |