Forum Discussion
naturalleftouterjoin in Power BI Report Builder
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
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/
1 Reply
- amitchandak
Super User
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/