The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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/