Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I have a dwh_d_order_sku table that contains information. And another COMCOM that contains comments.
These two tables are linked by the ORDER_NUMBER field, which is the order number, a many-to-many relationship in both directions:
If I make a table with combined information from both tables, it works fine:
But if I want to filter on an order that has no comment in the COMCOM table, and therefore no order number either, this deletes everything:
I'd like to have this with just the two empty comment fields:
How can I display the comments fields of this table even if there are none in it?
Solved! Go to Solution.
Hi @matdub40
Have you tried in the Field well choosing show items with no data?
This isn't set to both, the COMCOM filters the order_sku table.
By Default a Left outer join returns all rows from one table and removes blank rows in the second.
Here for example my Region: Yorkshire and Humberside has no matching rows but by choosing show items with no data the row appears.
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Hi @matdub40
Have you tried in the Field well choosing show items with no data?
This isn't set to both, the COMCOM filters the order_sku table.
By Default a Left outer join returns all rows from one table and removes blank rows in the second.
Here for example my Region: Yorkshire and Humberside has no matching rows but by choosing show items with no data the row appears.
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Hello,
I just tested it works on a small array only with this, Thanks!
But it doesn't just apply to a specific field? I just tried on another table where I have all my information and I have “The request has exceeded available resources. “..
hello @matdub40 ,
yes it will exceed the available resources since it's showing a huge amount of data, you need to put some filters to minimize the load.
because you're showing all the combination where's there's also no value for it.
Proud to be a Super User! | |
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
121 | |
88 | |
79 | |
61 | |
58 |
User | Count |
---|---|
129 | |
114 | |
97 | |
73 | |
71 |