Forum Discussion
Table visualization left outer join without creating a custom query
- 6 years ago
Hi Anonymous ,
1. Based on your description, if you don't want to show the rows which site_no column is not blank, you can set a filter on this page like this:
Don't forget to right click the bookmark to update it after setting filters so that the bookmark status will not reset.
2. Whenever we create a relationship, Power BI implment INNER JOIN by default. If you want to get a left outer join, you can try to use NATURALLEFTOUTERJOIN() function. Refer this issue: left outer join with out creating new query or table. is any DAX query
Best Regards,
Yingjie LiIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
1. Based on your description, if you don't want to show the rows which site_no column is not blank, you can set a filter on this page like this:
Don't forget to right click the bookmark to update it after setting filters so that the bookmark status will not reset.
2. Whenever we create a relationship, Power BI implment INNER JOIN by default. If you want to get a left outer join, you can try to use NATURALLEFTOUTERJOIN() function. Refer this issue: left outer join with out creating new query or table. is any DAX query
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Updating the bookmark was where I went wrong, just recently started using Power BI, thank you 🙂