Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I have two datasets as follows.
dataset 1 - Local Excel dataset
| ID | Comment | Colour |
| 1 | Needs washing | red |
| 1 | red | |
| 3 | n/a |
dataset 2 - PowerBI dataset
| ID | Location |
| 1 | London |
I have created a many to 1 relationship from dataset 1 - 2 as ID's will come up multiple times in dataset 1.
I want to display a table that shows columns ID, Comment, Colour and Location. When doing this the table is filtered to only show ID's that are matching. In the above example, ID "3" will be missing from the table.
Any ideas on how to resolve this?
Many thanks 🙂
Solved! Go to Solution.
Include ID 3 in your dimension table. It is bad practice to have dimensions that are not covering the fact table.
Include ID 3 in your dimension table. It is bad practice to have dimensions that are not covering the fact table.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 60 | |
| 45 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 108 | |
| 101 | |
| 41 | |
| 29 | |
| 29 |