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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello.
I have a model with two tables:
Fact Table of Revenue (a), with 2 columns:
1.DepartmentCode
2.Revenue
Dim Department Table (b) with 2 columns:
1.DepartmentCode
2.HeadofDepartment
They are relationated by DepartmentCode column, with Fact Table being filtered by Department Table.
The question I'm facing is: my FactTable of revenue is updated everyday and can have new departmentcods that aren't in my Department Table yet (this table is updated manually as I realize we have new deparments in the fact table).
Does someone know how could I create a table with all departments code, its revenue and its Head of Department but showing also the departments withou Heads?
Hi.
Both table are in direct query.
Thank you, Antonio
How are you loading your data in Power BI ?