This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
hello there,
Need help on how to use the left outer join in DAX. I can do it in SQL but in DAX, it gives an error saying no common join columns are detected. Basically, the illustration below is what I want to achieve:
Solved! Go to Solution.
Hi,
So equivalent in DAX is create a new table with :
NewTable = NATURALLEFTOUTERJOIN( TabDates , TabTasks)
It should give you expected outcome :
and if you display this in a visual, look at @amitchandak post to display all values, otherwise it will display only dates with values.
Tell us if it works as expected
Hi,
If you Merge both queries in Power Query using JoinKind.FullOuter, you should get the desired outcome.
Let us know
I cannot do it in Power Query because the Date table is derived through DAX.
Hi,
So equivalent in DAX is create a new table with :
NewTable = NATURALLEFTOUTERJOIN( TabDates , TabTasks)
It should give you expected outcome :
and if you display this in a visual, look at @amitchandak post to display all values, otherwise it will display only dates with values.
Tell us if it works as expected
@outatime , On is join them on date use date from the first table rest of the column from other table and use this option - For date
Or try new tables with joins
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 47 | |
| 27 | |
| 23 | |
| 18 |